Skip to content

Releases: poppinss/utils

Fixes broken v6.9.1 release

31 Dec 13:05
Compare
Choose a tag to compare

Bug Fixes

  • string: default export string builder (2dc2ea4)

Full Changelog: v6.9.1...v6.9.2

Fix broken 6.9.0 release

31 Dec 10:45
Compare
Choose a tag to compare

Bug Fixes

  • export default string module (1e11681)

Full Changelog: v6.9.0...v6.9.1

Packages refactoring

31 Dec 08:56
Compare
Choose a tag to compare

Certain utilities have been moved to their own packages and the @poppinss/utils re-exports them.

Bug Fixes

Features

  • remove slash package in favor of inbuilt implementation (83fe902)

Full Changelog: v6.8.3...v6.9.0

Fix invalid export path for exceptions submodule

20 Sep 14:55
Compare
Choose a tag to compare

Bug Fixes

  • invalid export path for exceptions submodule (7e2c4be)

Full Changelog: v6.8.1...v6.8.3

Fix broken submodules path from last release

14 Sep 06:57
Compare
Choose a tag to compare

Bug Fixes

  • broken entrypoint for json and types submodules (408566d)

Full Changelog: v6.8.0...v6.8.1

Export exception and slash method from their own submodules

14 Sep 06:01
Compare
Choose a tag to compare

This release moves the following classes/methods to their own submodules. The existing imports will also continue to work, hence there are no breaking changes.

- import { slash } from '@poppinss/utils'
+ import { slash } from '@poppinss/utils/slash'

- import { Exception, createError } from '@poppinss/utils'
+ import { Exception, createError } from '@poppinss/utils/exception'

- import { RuntimeException, InvalidArgumentsException } from '@poppinss/utils'
+ import { RuntimeException, InvalidArgumentsException } from '@poppinss/utils/exceptions'

Features

  • split exceptions and slash into its own imports (dc09554), closes #44

What's Changed

New Contributors

Full Changelog: v6.7.3...v6.8.0

Update dependencies

28 Mar 04:37
Compare
Choose a tag to compare
  • chore: update dependencies 117f2e2
  • chore: update dependencies c3d46cb

Full Changelog: v6.7.2...v6.7.3

Change Opaque prop declaration and anonymous error naming

07 Feb 10:13
fcfece2
Compare
Choose a tag to compare

What's Changed

  • fix: prevent opaque prop suggestion in IDEs by @targos in #40
  • fix: assign name to anonymous error created using createError method in 535125f

Full Changelog: v6.7.1...v6.7.2

Fix `lodash` entrypoint for Vite environment

15 Jan 18:15
Compare
Choose a tag to compare
  • fix: add default conditional export for lodash entrypoint 557dabb

v6.7.0...v6.7.1

Add Secret utility and rename join method to joinToURL

15 Dec 11:33
Compare
Choose a tag to compare
  • Please refer the README to learn more about the Secret utility.
  • The join helper was never documented, so I take the lenience to rename it without the breaking change.

Commits

  • feat: add Secret utility 7194dd9
  • refactor: document and tighten up assert utilities 5e5767c
  • refactor: rename join utility to joinToURL 6f3f226
  • chore: update dependencies e35104b

Full Changelog: v6.6.0...v6.7.0