2024-10-23
- fix: upgrade picomatch (#1796)
2024-09-23
- fix: optimize
createFilter
andnormalizePath
(#1750)
2024-09-22
- fix: improve regex performance (#1753)
2023-11-28
- feat: add
includeArbitraryNames: true
todataToEsm
(#1635)
- doc: correct the return type of createFilter (#1633)
2023-10-05
- fix: ensure rollup 4 compatibility #1595
2023-08-26
- docs: configure correct options #1563
2023-08-13
- fix: add current working dirctory when pattern starts with one * #1547
2022-10-21
- chore: update rollup dependencies (3038271)
2022-10-13
- fix: Move
@types/estree
to dependencies (fixes #1315) #1320
2022-10-10
- fix: prepare for Rollup 3 #1287
2022-04-13
- fix: fix path normalisation for createFilter on absolute and * paths (#1161)
2022-03-07
- feat: support bigint and symbol in dataToEsm (#1047)
2021-12-13
- fix: correct minimatch to picomatch in TSDoc (#1057)
2021-07-16
- fix: remove extraneous peer dependency requirement (#845)
2020-10-27
- fix: attach scope object to for-loop (#616)
- feat: normalizePath (#550)
- refactor: improve readability of attachScopes test (#551)
2020-08-13
- fix!: don't add cwd to absolute or patterns that start with a glob (#517)
- fix: resolve relative paths starting with "./" (#180)
- feat: add native node es modules support (#419)
- docs: Correct minimatch to picomatch (#525)
- chore: update dependencies (9f56d37)
- refactor: replace micromatch with picomatch. (#306)
- chore: Don't bundle micromatch (#220)
- chore: add missing typescript devDep (238b140)
- chore: Use readonly arrays, add TSDoc (#187)
- chore: Use typechecking (2ae08eb)
2020-06-05
- fix: resolve relative paths starting with "./" (#180)
- feat: add native node es modules support (#419)
- refactor: replace micromatch with picomatch. (#306)
- chore: Don't bundle micromatch (#220)
- chore: add missing typescript devDep (238b140)
- chore: Use readonly arrays, add TSDoc (#187)
- chore: Use typechecking (2ae08eb)
2020-05-02
- fix: resolve relative paths starting with "./" (#180)
- refactor: replace micromatch with picomatch. (#306)
- chore: Don't bundle micromatch (#220)
- chore: add missing typescript devDep (238b140)
- chore: Use readonly arrays, add TSDoc (#187)
- chore: Use typechecking (2ae08eb)
2020-04-12
- chore: support Rollup v2
2020-02-01
- fix: resolve relative paths starting with "./" (#180)
- chore: add missing typescript devDep (238b140)
- chore: Use readonly arrays, add TSDoc (#187)
- chore: Use typechecking (2ae08eb)
2020-02-01
- fix: resolve relative paths starting with "./" (#180)
- chore: Use readonly arrays, add TSDoc (#187)
- chore: Use typechecking (2ae08eb)
2020-01-27
- fix: resolve relative paths starting with "./" (#180)
2020-01-25
- fix: bring back named exports (#176)
2020-01-10
- fix: keep for(const..) out of scope (#151)
2020-01-07
- fix: createFilter Windows regression (#141)
- test: fix windows path failure (0a0de65)
- chore: fix test script (5eae320)
2020-01-04
- fix: makeLegalIdentifier - potentially unsafe input for blacklisted identifier (#116)
- docs: Fix documented type of createFilter's include/exclude (#123)
- chore: update minor linting correction (bcbf9d2)
- fix: Escape glob characters in folder (#84)
2019-11-25
- Breaking: Minimum compatible Rollup version is 1.20.0
- Breaking: Minimum supported Node version is 8.0.0
- Published as @rollup/plugins-image
2019-09-13
- Handle optional catch parameter in attachScopes (#70)
2019-06-04
- Support serialization of many edge cases (#64)
2019-05-30
- Bundle updated micromatch dependency (#60)
2019-05-17
- Do not ignore files with a leading "." in createFilter (#62)
2019-05-15
- Add
resolve
option to createFilter (#59)
2019-04-04
2019-03-18
2019-02-16
- Remove unnecessary dependency
2019-02-16 Update dependencies to solve micromatch vulnerability (#53)
2018-09-19
- Revert micromatch update (#43)
2018-09-18
2018-08-06
- Fixed ObjectPattern scope in attachScopes to recognise { ...rest } syntax (#37)
2018-05-21
- Add option to not generate named exports (#32)
2018-05-21
- Support
null
serialization (#34)
2018-05-11
- Improve white-space handling in
dataToEsm
and addprepare
script (#31)
2018-05-09
- Update dependencies
2018-05-08
- Add
dataToEsm
helper to create named exports from objects (#29) - Support literal keys in object patterns (#27)
- Support function declarations without id in
attachScopes
(#28)
2017-01-03
- Don't add extension to file with trailing dot (#14)
2017-01-03
2016-08-29
- Treat
arguments
as a reserved word (#10)
2016-06-24
- Add all declarators in a var declaration to scope, not just the first
2016-06-07
- Exclude IDs with null character (
\0
)
2016-06-07
- Workaround minimatch issue (#6)
- Exclude non-string IDs in
createFilter
2015-12-16
- Build with Rollup directly, rather than via Gobble
2015-12-16
- Use correct path separator on Windows
2015-11-02
- Add
attachScopes
andmakeLegalIdentifier
2015-10-24*
- Add
addExtension
function
2015-10-24
- Include dist files in package
2015-10-24
- First release