JSON Field 8.x-1.6, 2025-10-02
------------------------------
#3495957 by kburakozdemir, damienmckenna: Wrong command installing JSON Editor
  with composer in README.md.
#3457699 by ibustos, damienmckenna: Schema validation triggers even if the field
  is not required and is empty.
#3497375 by damienmckenna: Fix cspell test failure.
#3525472 by scb, damienmckenna: Invalid NULL value in json_widget.js.
#3450162 by damienmckenna: Replaced RenderElement with RenderElementBase.
#3532034 by damienmckenna: Resolve all 10.3 deprecations.
#3532071 by damienmckenna: Improve label of "Data" field type category.
#3548180 by herved, damienmckenna: JsonItem::generateSampleValue generates
  invalid json (typo).
#3548245 by damienmckenna: views.views.inc removed in Drupal 11.2.
#3532075 by damienmckenna, eric.vvf: Fixed field length limit logic.
Issue #3507056 by chi, damienmckenna, divyansh.gupta: Pretty formatter does not
  properly format empty JSON.
#3481500 by sokru, damienmckenna: Add hook_requirements() check for JSONEditor
  library.
#3448306 by damienmckenna, steven snedker: Correct path to jquery-jsonview.


JSON Field 8.x-1.5, 2025-09-24
------------------------------
By chi, DamienMcKenna, greggles: Improved field formatter output.


JSON Field 8.x-1.4, 2024-10-17
------------------------------
#3442126 by ptmkenny, DamienMcKenna, Wim Leers: Adopt GitLab CI.
#3448204 by ptmkenny, DamienMcKenna: Fix spelling mistakes.
#3401555 by roshni27, ptmkenny, DamienMcKenna: The 'use' statements need to be
  organized in alphabetical order as per standard coding practices.
#3448199 by ptmkenny, DamienMcKenna: Fix library warning method name.
#3450101 by DamienMcKenna: Coding standards fixes.
#3450099 by ptmkenny, DamienMcKenna: Require phpcs, composer-lint, cspell,
  phpstan and stylelint to pass.
#3411495 by ptmkenny, Chi, DamienMcKenna: Add a formatter to represent JSON data
  in human readable form.
#3431154 by DamienMcKenna, Project Update Bot, ptmkenny, travis-bradbury: Drupal
  11 compatibility, require Drupal 10+.
#3453691 by ankitv18, DamienMcKenna, ptmkenny: Enable Drupal 11 tests, fix
  regressions.
#3463449 by acbramley, DamienMcKenna: Fix diff 2.x integration.
#3481490 by damienmckenna: Don't require phpcs tests pass.


JSON Field 8.x-1.3, 2023-08-09
------------------------------
#3340381 by linichalexey, ipinchuk, DamienMcKenna: Normalizer returns wrong
  structure.
#3335463 by ptmkenny, lamp5, DamienMcKenna: Regression: Views customization
  broken.
#3353321 by Les Lim, neclimdul, DamienMcKenna: schema.json should be moved to
  the submodule.
#3337489 by lamp5, DamienMcKenna: Schema for json_field_widget is missing.
#3281344 by ptmkenny, DamienMcKenna: Document how to return JSON when accessed
  via JSON:API.
#3333909 by DamienMcKenna, dafeder: ACE editor not appearing after install.
#3333909 by DamienMcKenna, maxsterz, dafeder: Fixed JS for Once library.
#3369898 by geek-merlin, DamienMcKenna: SQLite still fails hook_requirements.
#3367030 by Chi, DamienMcKenna: JsonFormatter fails when attach_library option
  is off.
#3276765 by DamienMcKenna, ptmkenny: Update the README.md file following the
  standard template.
#3366251 by DamienMcKenna: Test coverage for JSON Field Widget.


JSON Field 8.x-1.2, 2023-01-06
------------------------------
#3318790 by Les Lim, DamienMcKenna: Fix library names, relative paths following
  new widget submodule.
#3329899 by samit.310@gmail.com, DamienMcKenna: Drupal coding standards issues.
#3331559 by DamienMcKenna: Fix composer.json syntax error.
#3268237 by ChrisSnyder, DamienMcKenna: Add support for the diff module.
#3316409 by gaurav.kapoor, DamienMcKenna, m.stenta: PostgreSQL "Maybe not
  supported" in status report.
#3222366 by ptmkenny, DamienMcKenna: Support for Feeds module.
#3214012 by _shY, DamienMcKenna: Add option on the field formatter that doesn't
  load the JS library.
#3207387 by DamienMcKenna, benjy, Sam152, paulocs: JSON string is escaped when
  access via REST.


JSON Field 8.x-1.1, 2022-10-13
------------------------------
#3314641 by geoffreyr, ptmkenny, Tom Verhaeghe, Upchuk, DamienMcKenna: Fix case
  of JsonViews service.


JSON Field 8.x-1.0, 2022-10-10
------------------------------
#3213899 by paulocs, DamienMcKenna, guilhermevp: Fix test coverage for D9.
#3281633 by DamienMcKenna: Fail tests sooner if database is not supported.
#3281648 by DamienMcKenna: Move JsonEditorWidget into a submodule.
#3252426 by geek-merlin, mfb, DamienMcKenna, mbovan: Support sqlite; set
  sqlite_type to native JSON field.
#3213859 by paulocs, DamienMcKenna, guilhermevp, kevinfunk: Add
  hook_requirements() to help determine requirements, available options.
#3288130 by Project Update Bot, DamienMcKenna: Automated Drupal 10
  compatibility fixes.
#3257212 by gido, mvonfrie, DamienMcKenna: Field Help text is not displayed
  when using WYSIWYG Editor Widget.
#3281765 by _shY, DamienMcKenna: Class JsonFieldRequirements required wrong
  library paths.
#3281669 by _shY, DamienMcKenna: Fix JSON class filenames.
#3213860 by morenstrat, DamienMcKenna: Submitting the form with invalid JSON in
  the WYSIWYG loses the data.
#3314474 by DamienMcKenna: Requirement logic doesn't work in D10.
#3314477 by DamienMcKenna: core/jquery.once library rewritten in 9.2+.
#3093318 by pelegr, DamienMcKenna: JSON view does not work when field label is
  set to visible.
#3314495 by DamienMcKenna, alexpott: Docs/UI improvements.


JSON Field 8.x-1.0-rc4, 2021-05-13
----------------------------------
#3139394 by DamienMcKenna, driverok, dmitry.korhov, mradcliffe, alexpott,
  alexandra.vecher: Drupal 9 compatibility fixes.
#3033669 by nod_, gouli, ericpugh, nginex, DamienMcKenna: Add JSON editor and
  JSON Schema validation.
#3196213 by DamienMcKenna, cmcnamee: Explanation of JSON field choices.
#3213876 by DamienMcKenna: Improve naming of field widgets, formatters.
#3213884 by DamienMcKenna: Coding standards cleanup.
#3201315 by Oscaner, DamienMcKenna: View breaks if the json_field value is null.


JSON Field 8.x-1.0-rc3, 2019-03-03
----------------------------------
#2955173 by kruhak, garphy, Sharique, pifagor: Got a fatal error after module
  installation about using $this not in object context.
#3006999 by chipway, voleger: Apply new {project}:{module} format for
  dependencies.
#3000278 by lamp5, RAFA3L: Library path.
#3004726 by jackbravo: Add default value to storage settings form.
#3030770 by miiimooo: Jsonview in paragraph.


JSON Field 8.x-1.0-rc1, 2018-03-19
----------------------------------
#2712243 by GGH: Code quality improvements in json_field.js per ESLint.
#2703889 by pashupathi nath gajawada: Deprecated \Drupal::service method
  replaced.
#2765707 by marcoliver, jefuri: Not working with image_widget_crop.
#2941865 by DamienMcKenna: Add a CHANGELOG.txt file.
#2880415 by garphy, DamienMcKenna, jefuri: Add support for JSON and JSONB
  database field types.
#2941860 by DamienMcKenna, Jaesin: Codebase cleanup.
#2941872 by sravya_12, DamienMcKenna, Jaesin: Add a composer.json file.


JSON Field 8.x-1.0-beta2, 2017-02-24
------------------------------------
#2692535: Add travis testing.
#2656414 by tbfisher: Add validation constraint for size.
#2657046 by tbfisher: JsonItemTest::testValidation() fails.
#2656580 by tbfisher: Field setting max size = 64KB uncaught exception


JSON Field 8.x-1.0-beta1, 2016-01-20
------------------------------------
Remove the jsonview library and point to sites/all/libraries instead.
Initial commit.
