2023-12-12
- feat: add
includeArbitraryNames
option (#1641)
2023-10-05
- fix: ensure rollup 4 compatibility #1595
2022-12-17
- fix: log more robustly when JSON parsing fails #1361
2022-11-27
- docs: correct minimatch to picomatch #1332
2022-10-21
- chore: update rollup dependencies (3038271)
2022-10-10
- fix: prepare for Rollup 3 #1291
- chore: update dependencies (678125b)
2020-06-05
- feat: log the filename when JSON.parse fails (#417)
2020-04-19
- chore: add rollup 2 to peer range (06d9d29)
2020-02-01
- fix: correct type definitions (#161)
- chore: update dependencies (e1d317b)
2019-12-21
- fix(json): cannot be imported by rollup (#81)
2019-03-18
- Pass all JSON data through dataToEsm to consistently support "compact" formatting, support empty keys, abandon Node 4 support, add prettier, update dependencies (#53)
2018-09-13
- Expose "compact" and "namedExports" options (#45)
- Update rollup-pluginutils to support null values in JSON (#44)
- Update dependencies and ensure [email protected] compatibility (#46)
2018-05-11
- No longer create a fake AST to support tree-shaking with upcoming versions of rollup (#41)
2018-05-11
- Update example in readme (#38)
- Warn when using this version with upcoming rollup versions
2017-06-03
- Always parse JSON, so malformed JSON is identified at bundle time (#27)
2017-06-03
- Add
indent
option (#24)
2017-04-09
- Add license to package.json (#25)
2016-12-15
2016-09-07
- Generate correct fake AST
2016-06-23
- Return a
name
2015-11-05
- Generate fake AST to avoid unnecessary traversals within Rollup
unpublished
- Generate named exports alongside default exports
2015-10-25
- First release