The next major version of this package will remove @swrlab/utils/packages/date
- please migrate to @frytg/dates
, which is ESM-ready!
- chore: update dependencies (incl. undici to v7.2.0)
- refact: update changelog format
- refact: swap super-linter for repo-specific config
- refact: remove ard category parser
- chore: update dependencies
- chore: fix node-crc dependency
- chore: update dependencies
- chore: update Linter with bun version 'v2'
- refact!: remove aws-sdk integration (s3)
- refact!: remove
ard:publishers
andard:pub-sort
scripts - chore!: switch super-linter ESLint config default to
/eslint.config.mjs
- chore: update dependencies
- chore!: upgrade minimum NodeJS version to
v20
- chore: update dependencies
- refact: remove
uuid
dependency - chore!: upgrade minimum NodeJS version to
v18
- refact: optimize linter util to work with Yarn
>=v4
- chore: upgrade default NodeJS version to
v20
- fix: don't run linter on dependabot-pr
- fix: use
toReadable
inpluralize
helper - security: add safe-to-test flag for pr's
- feat: add
revYearMonthDay
to date package - feat: add
date
package with iso time functions - feat: add
arrayToObjectCount
to helpers package - feat: add
getJsonKeys
to helpers package - feat: add
normalize
to numbers package - feat: add
isEmptyString
to strings package
- 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
- 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
- chore: update
super-linter
with new config
- chore: move node-crc to swrlab account
- feat: add mocha tests for strings utils
- chore: merge
frytg/undici-wrapper
into this package
- chore: update undici to v0.1.0 (with fix for
undici.request
instead ofPool
)
- feat: add
isEven
to string helpers
- fix: node-crc fork (linux-musl binaries)
- feat: mocha test for node-crc
- fix: node-crc fork (prebuild binaries)
- fix: github-actions workflow
- chore: update GitHub actions to use latest versions
- chore: update GitHub actions
- chore: change license to
MIT
- chore: required Node.js is
v16
- fix: ard publisher script
- add: script for publisher ordering
- feat: add string helpers
- chore!: folder migration
- refactor: swap node-fetch for undici
- feat: add ard publisher script
- feat: add ard category parser
- updated dependencies
- updated GitHub actions
- add optional 'resumable' flag
- updated dependencies
- updated GitHub actions
- changed dependabot interval