Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Marsh committed Feb 10, 2022
1 parent 96bb9f1 commit e8f5cc0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 18 deletions.
34 changes: 17 additions & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,26 @@

## v2.0.0

2022-xx-xx
2022-02-09

- Use a factory function that returns a function for both `monotonic` and `non-monotonic` uses.
- Default to using `monotonic` ULID generation
- Fully remove PRNG agility. Always use `crypto.getRandomValues()`
- Allow passing `timestamp` argument to both `monotonic` and `non-monotonic` `ulid()` functions
- Stop public export of private functions, provide them only to test suite
- Modernize all dev dependencies
- Convert Mocha test suite and runner to Typescript
- No longer require build from Typescript to JS to test
- Expand test coverage
- Update README for clarity and to reflect Cloudflare use case
- Modernize Husky git pre-commit toolchain
- Use a factory function that returns a function for both `monotonic` and `non-monotonic` uses.
- Default to using `monotonic` ULID generation
- Fully remove PRNG agility. Always use `crypto.getRandomValues()`
- Allow passing `timestamp` argument to both `monotonic` and `non-monotonic` `ulid()` functions
- Stop public export of private functions, provide them only to test suite
- Modernize all dev dependencies
- Convert Mocha test suite and runner to Typescript
- No longer require build from Typescript to JS to test
- Expand test coverage
- Update README for clarity and to reflect Cloudflare use case
- Modernize Husky git pre-commit toolchain

## v1.0.0

2021-11-10

- Initial release
- Fork from ulidx
- Remove dependencies
- Remove PRNG detection
- Web Crypto API only
- Initial release
- Fork from ulidx
- Remove dependencies
- Remove PRNG detection
- Web Crypto API only
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"prepare": "husky install"
},
"files": [
"dist/**/*"
"dist/**/*",
"CHANGELOG.md"
],
"lint-staged": {
"{source,test}/**/*.{js,ts}": [
Expand Down

0 comments on commit e8f5cc0

Please sign in to comment.