Skip to content

Releases: poppinss/utils

Tweak the compose helper to use return type of the last mixin

28 Jun 08:11
Compare
Choose a tag to compare

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

10 Apr 04:26
Compare
Choose a tag to compare
  • feat: add file generator methods to helpers 5e4cd59
  • chore: update dependencies 95fade3

v4.0.3...v4.0.4

Update dependencies

04 Apr 08:53
Compare
Choose a tag to compare
  • chore: update dependencies f16b277

v4.0.2...v4.0.3

Update dependencies

22 Feb 06:03
Compare
Choose a tag to compare
  • chore: update dependencies 7c250d7

v4.0.1...v4.0.2

Update dependencies

16 Jan 07:54
Compare
Choose a tag to compare

Commits

  • chore: update dependencies 9c6bf1f
  • refactor: remove buffer-alloc dependency in favour of Node.js inbuilt support (#26) 91d4537

PRs

New Contributors

Full Changelog: v4.0.0...v4.0.1

Dropping support before Node 16.x

17 Dec 01:42
Compare
Choose a tag to compare

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

19 Oct 15:09
Compare
Choose a tag to compare
  • improvement: add support for abstract class with defineStaticProperty 9096808
  • chore: update dependencies 0474806

Full Changelog: v3.3.0...v3.3.1

Add flatten utility and support for filtering requireAll files

05 Oct 04:56
Compare
Choose a tag to compare
  • refactor: remove unused import be1294e
  • docs: move flatten method docs out of the helpers block 8b24381
  • docs(README): update documentation 908ca14
  • feat: add support for defining custom filter for require-all method d609a16
  • feat: add flatten utility 938bd1c
  • chore: update dependencies 9065c8f

v3.2.1...v3.3.0

Fix types for defineStaticProperty method

30 Sep 09:22
Compare
Choose a tag to compare
  • fix: generics for defineStaticProperty method b19526a
  • chore: update dependencies 66b6929

v3.2.0...v3.2.1

Add slash helper

28 Jul 14:39
Compare
Choose a tag to compare

v3.1.5...v3.2.0