Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 457 Bytes

CHANGELOG.md

File metadata and controls

22 lines (13 loc) · 457 Bytes

2.0.4

  • update dependencies and fix #2

2.0.3

  • transpile also esm

2.0.2

  • fix export for node v14 cjs

2.0.1

  • fix export for dynamic imports

2.0.0

  • complete refactoring to make this module universal
  • MIGRATION:
    • require('resx/resx2js') should be replaced with require('resx/cjs/resx2js')
    • require('resx/js2resx') should be replaced with require('resx/cjs/js2resx')