Releases: poppinss/utils
Releases · poppinss/utils
Tweak the compose helper to use return type of the last mixin
This is ideally not a breaking change. But, right now I cannot account of any weird behavior this change may introduce. So safely bumping the major number.
Commits
- improvement: make 'compose' helper infer types from the old mixin return value 8007301
Full Changelog: v4.0.4...v5.0.0
Add file generator helpers
Update dependencies
- chore: update dependencies f16b277
Update dependencies
- chore: update dependencies 7c250d7
Update dependencies
Commits
- chore: update dependencies 9c6bf1f
- refactor: remove buffer-alloc dependency in favour of Node.js inbuilt support (#26) 91d4537
PRs
- remove buffer-alloc by @jimmywarting in #26
New Contributors
- @jimmywarting made their first contribution in #26
Full Changelog: v4.0.0...v4.0.1
Dropping support before Node 16.x
Even though the package should work on Node 14. However, the tests are executed on Node 16 and above and hence further modifications in the future may not be compatible with Node 15 or below
- ci: add back lint command before tests 8a294de
- ci: fix tests to run cross platform path assertions 90c3898
- ci: update node versions for running tests 5458ed3
- ci: do not lint before running tests a1e66ca
- refactor: reorganize meta config 03e4823
Full Changelog: v3.3.1...v4.0.0
Add support for abstract class with defineStaticProperty
- improvement: add support for abstract class with defineStaticProperty 9096808
- chore: update dependencies 0474806
Full Changelog: v3.3.0...v3.3.1