@patternslib/pat-redactor
Advanced tools
Changelog
7.0.0 (2022-06-28)
Depend on @patternslib/dev and extend config from there. (f369a75)
Extend babel config from @patternslib/dev. (458d3c7)
Extend commitlint config from @patternslib/dev. (e72f8af)
Extend eslint config from @patternslib/dev. (d5bc9a0)
Extend jest config from @patternslib/dev. (8f2eae0)
Extend Makefile from @patternslib/dev. (2ad82e9)
Extend prettier config from @patternslib/dev. (9cf1a7e)
Extend release-it config from @patternslib/dev. (1584d75)
Extend webpack config from @patternslib/dev. (3428c99)
@patternslib/patternslib needs to be installed. Adding to devDependencies to avoid version clashes with other packages depending on it. (bc2704b)
Do not build a bundle and do not upload any assets to GitHub due to redactor being proprietary software. (2f4265b)
Upgrade to @patternslib/dev 2.2.0 and adapt module federation config. (5fb5e08)
Upgrade underscore to 1.13.4. (dea494d)
build: Add build:dev script to package.json to create a unminified development build. (7a0db7f)
Build: @patternslib/patternslib as peerDependency. (9af550f)Move @patternslib/patternslib dependency to peerDependencies and set to any version to avoid version conflicts when this package is a dependency of another Patternslib based package.
Build: Add @patternslib/patternslib also to devDependencies so that we get it installed. (cdf63bb)
Build: Add keyword "patternslib" to package.json. (79b4cb9)
Build: Extend jest.config.js from Patternslib and reuse their setupTests file too. (da62bf8)
Build: Keep yarn.lock in repository. (71299a8)
Build: Makefile - Allow OTP when publishing to npm, build bundles and publish them on GitHub, add pre-release targets. (af4526a)
Build: Remove dependency regenerator-runtime except from test setup. The async/await runtime handling is already built-in in current Babel. (7eb89b6)
Build: Update GitHub actions setup. (d027474)
Build: Upgrade and cleanup dependencies. (96b7bcc)
Changelog
5.0.1 (2021-04-23)