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

Latest commit

 

History

History
44 lines (27 loc) · 1.17 KB

CHANGELOG.md

File metadata and controls

44 lines (27 loc) · 1.17 KB

rollup-plugin-replace changelog

2.2.0

2019-04-10

  • Add index.d.ts typings file (#31)

2.1.1

2019-03-18

  • Update rollup-pluginutils (#29)
  • Update dependencies (#30)

2.1.0

2018-10-07

  • Do not mutate values passed as option (#22)
  • Update dependencies and improve tests (#26)

2.0.0

  • Only match on word boundaries, unless delimiters are empty strings (#10)

1.2.1

  • Match longest keys first (#8)
  • Escape keys (#9)

1.2.0

  • Allow replacement to be a function that takes a module ID (#1)

1.1.1

  • Return a name

1.1.0

  • Generate sourcemaps by default

1.0.1

  • Include correct files in package

1.0.0

  • First release