All notable changes to this "json-flattener" extension will be documented in this file.
- Upgraded VS Code Engine to 1.95.0
- Upgraded vsce command to 3.2.1
- Upgraded all other dependencies to latest available.
- Switched from Yarn to NPM due to some build issues.
- Added JavaScript compatable flatten, eg
array[8].item
- internal API changes
- Updated all dependencies.
- Added the "Flatten (Selection - dotnet__separator)"
appurist.json-flattener.selection-dotnet
command. - Fixed problems activating the pretty and unpretty selection commands.
- Removed the experimental unflatten commands that weren't complete, working or ready yet.
- Fixed problems flattening strings with embedded " characters and escaped characters like "\n".
- Fixes Issue #2 #2
- Automated low-priority security update to bump lodash from 4.17.15 to 4.17.19.
- Moved the logo to the end to avoid double logo at start in marketplace.
- Updated the readme to show this.
- Fixed the publishing category to be "Formatters", and added the logo.
- Initial release of this JSON Flattener.