0.29.0 • Published 5 months ago

@danoaky/js-utils v0.29.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

Test Release

js-utils

My assortment of common utils that I've grown tired of copy pasting to every repo I create.

The build process bundles some dependencies in with the built javascript. This allows this package to have fewer dependencies when installed since they will already be present. For this reason, it's important to keep aware of what files are including external dependencies, like dayjs and moderndash.

Development

  1. Install Bun
  2. Install dependencies: bun i
  3. Build: bun run build

Release

bun v:patch or bun v:minor or bun v:major This will bump the package version, create a git tag, and run the release Github workflow.

Install

From Github releases

pnpm add https://github.com/danieloakman/js-utils/releases/download/vx.x.x/package.tgz

pnpm add https://github.com/danieloakman/js-utils/releases/latest/download/package.tgz

0.29.0

5 months ago

0.28.2

6 months ago

0.28.1

6 months ago

0.28.0

7 months ago

0.27.0

7 months ago

0.26.1

7 months ago