Releases: swrlab/node-utils
Releases · swrlab/node-utils
v2.0.2
What's Changed
- feat(workflows/linter): use bun instead of yarn by @weiland in #618
- fix(workflows/linter): add
use-bun
input by @weiland in #619 - fix(workflows/linter): use corepack along bun by @weiland in #620
- fix(workflows/linter): generate keys using bun by @weiland in #621
- refact!: remove aws-sdk integration (s3) by @frytg in #625
- Dev/v2.0.1 by @Steinertech9 in #636
- chore: fix node-crc dependency by @Steinertech9 in #653
New Contributors
- @weiland made their first contribution in #618
- @Steinertech9 made their first contribution in #636
Full Changelog: v1.3.0...v2.0.2
v2.0.1-beta
What's Changed
- Dev/v2.0.1 by @Steinertech9 in #636
New Contributors
- @Steinertech9 made their first contribution in #636
Full Changelog: v2.0.0-beta...v2.0.1-beta
v2.0.0-beta
What's Changed
- feat(workflows/linter): use bun instead of yarn by @weiland in #618
- fix(workflows/linter): add
use-bun
input by @weiland in #619 - fix(workflows/linter): use corepack along bun by @weiland in #620
- fix(workflows/linter): generate keys using bun by @weiland in #621
- refact!: remove aws-sdk integration (s3) by @frytg in #625
New Contributors
Full Changelog: v1.3.0...v2.0.0-beta
v1.3.0
v1.2.1
v1.1.3
Changes
- fix: don't run linter on dependabot-pr
- fix: use
toReadable
inpluralize
helper - security: add safe-to-test flag for pr's
Compare to previous Version: v1.1.2...v1.1.3
v1.1.2
Changes
- feat: add
revYearMonthDay
to date package - feat: add
date
package with iso time functions- getDateHourMinutes
- getDayMonthYear
- getFullRelativeTime
- getHourMinutes
- getIsoRelativeTime
- getRelativeTime
- getYearMonthDay
- feat: add
arrayToObjectCount
to helpers package - feat: add
getJsonKeys
to helpers package - feat: add
normalize
to numbers package - feat: add
isEmptyString
to strings package - security: fixes CVE-2023-24807
Compare to previous Version: v1.1.1...v1.1.2
v1.1.1
Changes
- feat: add
addTrailingZeros
to numbers package - feat: add
addLeadingZero
to numbers package - feat: add
getDiff
to numbers package - feat: add
getAverage
to numbers package - feat: add
getSum
to numbers package - feat: add
getRandomInRange
to numbers package - feat: add
roundTo
to numbers package
Compare to previous Version: v1.1.0...v1.1.1
v1.1.0
Changes
- feat: add test workflow to github/actions
- feat: add helpers package (with
sleep
function) - feat: add numbers package (with
toReadable
function) - feat: add
capitalize
andpluralize
functions in strings package - chore!: move
isEven
from strings to numbers package
BREAKING CHANGE: strings.isEven()
is deprecated, use numbers.isEven()
instead
Compare to previous Version: v1.0.1...v1.1.0
v1.0.1 - update `super-linter` with new config
What's Changed
Full Changelog: v1.0.0...v1.0.1