Skip to content

Releases: poppinss/utils

Release 6.8.3

20 Sep 14:55
Compare
Choose a tag to compare

6.8.3 (2024-09-20)

Bug Fixes

  • invalid export path for exceptions submodule (7e2c4be)

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

`join` Helper

28 Nov 14:53
Compare
Choose a tag to compare

v6.5.1...v6.6.0

Generate sourcemaps and use TSC for types generation

06 Nov 06:27
Compare
Choose a tag to compare
  • chore: changes to build process 24cb052
  • chore: update dependencies 89042a3

Full Changelog: v6.5.0...v6.5.1

Breaking changes + ESM only

14 Oct 05:58
Compare
Choose a tag to compare

This release does a major overhaul to the complete package. Please, read the release notes from the following releases to learn more.

Commits

  • docs: fix link for build badge 576191c
  • chore: publish under latest tag bace066
  • feat: ,erge next to develop (#37) 05eb31c

What's Changed

New Contributors

Full Changelog: v5.0.0...v6.5.0