Skip to content
This repository has been archived by the owner on Aug 4, 2021. It is now read-only.

Latest commit

 

History

History
47 lines (36 loc) · 1.26 KB

CHANGELOG.md

File metadata and controls

47 lines (36 loc) · 1.26 KB

rollup-plugin-json changelog

3.0.0

2018-05-11

  • No longer create a fake AST to support tree-shaking with upcoming versions of rollup (#41)

2.3.1

2018-05-11

  • Update example in readme (#38)
  • Warn when using this version with upcoming rollup versions

2.3.0

2017-06-03

  • Always parse JSON, so malformed JSON is identified at bundle time (#27)

2.2.0

2017-06-03

  • Add indent option (#24)

2.1.1

2017-04-09

  • Add license to package.json (#25)

2.1.0

2016-12-15

  • Add support for preferConst option (#16)
  • Handle JSON files with no valid identifier keys (#19)

2.0.2

2016-09-07

  • Generate correct fake AST

2.0.1

2016-06-23

  • Return a name

2.0.0

2015-11-05

  • Generate fake AST to avoid unnecessary traversals within Rollup

1.1.0

unpublished

  • Generate named exports alongside default exports

1.0.0

2015-10-25

  • First release