Skip to content

Releases: grantila/edit-json

v1.2.1

04 May 06:57
5af9c27

Choose a tag to compare

1.2.1 (2022-05-04)

Bug Fixes

  • deps: bumped jsonpos for fixed column positioning (5af9c27)

v1.2.0

02 May 18:05
fbe79dd

Choose a tag to compare

1.2.0 (2022-05-02)

Bug Fixes

  • deps: use types from json-lexer instead of custom internal ones (d947df1)

Features

  • parser: extracted CST parsing out to separate package 'json-cst' (fbe79dd)

v1.1.1

26 Apr 06:31
cb9fcfc

Choose a tag to compare

1.1.1 (2022-04-26)

Bug Fixes

  • whitespace: maintain trailing whitespace after json payload in result (cb9fcfc)

v1.1.0

25 Apr 21:05
e4fc53b

Choose a tag to compare

1.1.0 (2022-04-25)

Bug Fixes

  • parser: fixed parser to handle arrays/objects inside arrays properly (ed35e2c)

Features

  • indent: much better indent and flow handling, especially when copying/moving (1143aa4)

v1.0.1

25 Apr 12:16
f0c5f1c

Choose a tag to compare

1.0.1 (2022-04-25)

Bug Fixes

  • types: added support for arrays as paths in operations' "from" (copy/move) (f0c5f1c)

v1.0.0

24 Apr 22:20
cc12ad5

Choose a tag to compare

1.0.0 (2022-04-24)

Features