@jsprismarine/math
Version:
JSPrismarine math utilities
172 lines (96 loc) • 6.01 kB
Markdown
# @jsprismarine/color-parser
## 0.13.1
### Patch Changes
- Updated dependencies []:
- @jsprismarine/color-parser@0.13.1
## 0.13.0
### Patch Changes
- Updated dependencies []:
- @jsprismarine/color-parser@0.13.0
## 0.12.1
### Patch Changes
- [`d32eb1d`](https://github.com/JSPrismarine/JSPrismarine/commit/d32eb1d812125a096cf33d4eea94c6a662c15b72) Thanks [@filiphsps](https://github.com/filiphsps)! - Fix types order in package.json.
- Updated dependencies [[`d32eb1d`](https://github.com/JSPrismarine/JSPrismarine/commit/d32eb1d812125a096cf33d4eea94c6a662c15b72)]:
- @jsprismarine/color-parser@0.12.1
## 0.12.0
### Patch Changes
- Updated dependencies []:
- @jsprismarine/color-parser@0.12.0
## 0.11.1
### Patch Changes
- Updated dependencies []:
- @jsprismarine/color-parser@0.11.1
## 0.11.0
### Patch Changes
- Updated dependencies []:
- @jsprismarine/color-parser@0.11.0
## 0.10.0
### Patch Changes
- [`e852e2b`](https://github.com/JSPrismarine/JSPrismarine/commit/e852e2b5beb6418d9aaae7574c21b1cfde048a0a) Thanks [@filiphsps](https://github.com/filiphsps)! - Bring tooling closer to supporting `composite: true`.
- Updated dependencies [[`e852e2b`](https://github.com/JSPrismarine/JSPrismarine/commit/e852e2b5beb6418d9aaae7574c21b1cfde048a0a), [`a7f7e16`](https://github.com/JSPrismarine/JSPrismarine/commit/a7f7e16c3b5ee8415a9561b8eb388d81bd23fd9c)]:
- @jsprismarine/color-parser@0.10.0
## 0.9.0
### Patch Changes
- Updated dependencies []:
- @jsprismarine/color-parser@0.9.0
## 0.8.0
### Minor Changes
- [`d8d45e8`](https://github.com/JSPrismarine/JSPrismarine/commit/d8d45e838af9e5a15269064c7cf24de87f10ab6a) Thanks [@filiphsps](https://github.com/filiphsps)! - - Update to latest bedrock edition.
### Patch Changes
- [`15b5fe1`](https://github.com/JSPrismarine/JSPrismarine/commit/15b5fe169a7917d199de273d1906a78c4b768cb7) Thanks [@filiphsps](https://github.com/filiphsps)! - - Replace `assert` with `with`.
- Updated dependencies [[`15b5fe1`](https://github.com/JSPrismarine/JSPrismarine/commit/15b5fe169a7917d199de273d1906a78c4b768cb7), [`d8d45e8`](https://github.com/JSPrismarine/JSPrismarine/commit/d8d45e838af9e5a15269064c7cf24de87f10ab6a)]:
- @jsprismarine/color-parser@0.8.0
## 0.7.0
### Minor Changes
- [#1520](https://github.com/JSPrismarine/JSPrismarine/pull/1520) [`142c6e1`](https://github.com/JSPrismarine/JSPrismarine/commit/142c6e1ca4f8961271d1c8caa8fbf0c71dc315b6) Thanks [@enricoangelon](https://github.com/enricoangelon)! - Properly implement Position, Vector2 & Vector3
### Patch Changes
- Updated dependencies []:
- @jsprismarine/color-parser@0.7.0
## 0.6.0
### Patch Changes
- Updated dependencies []:
- @jsprismarine/color-parser@0.6.0
## 0.5.0
### Patch Changes
- [#1486](https://github.com/JSPrismarine/JSPrismarine/pull/1486) [`02aaf4b`](https://github.com/JSPrismarine/JSPrismarine/commit/02aaf4b0082e76f4f438f59dacd373a04959df53) Thanks [@filiphsps](https://github.com/filiphsps)! - Upgrade `typescript` to `v5.5.2`.
- Updated dependencies [[`02aaf4b`](https://github.com/JSPrismarine/JSPrismarine/commit/02aaf4b0082e76f4f438f59dacd373a04959df53)]:
- @jsprismarine/color-parser@0.5.0
## 0.4.5
### Patch Changes
- [#1460](https://github.com/JSPrismarine/JSPrismarine/pull/1460) [`07bc603`](https://github.com/JSPrismarine/JSPrismarine/commit/07bc603b887eb5cf0b69646bd7799abd035a21fe) Thanks [@filiphsps](https://github.com/filiphsps)! - Slightly revamp build system to allow for way better dev UX.
Fix error getting thrown on first run due to missing the `level.json`
file. We no longer try to read it if it doesn't exist.
Fix logic error in `BatchPacket`'s `decodeHeader` resulting in invalid
`pid` validation.
- [`204a9b4`](https://github.com/JSPrismarine/JSPrismarine/commit/204a9b4c142fe89d5d63e2f72ba3cb89f9b375e3) Thanks [@filiphsps](https://github.com/filiphsps)! - Upgrade turbo to v2.
- Updated dependencies [[`07bc603`](https://github.com/JSPrismarine/JSPrismarine/commit/07bc603b887eb5cf0b69646bd7799abd035a21fe), [`204a9b4`](https://github.com/JSPrismarine/JSPrismarine/commit/204a9b4c142fe89d5d63e2f72ba3cb89f9b375e3)]:
- @jsprismarine/color-parser@0.4.5
## 0.4.4
### Patch Changes
- Updated dependencies []:
- @jsprismarine/color-parser@0.4.4
## 0.4.3
### Patch Changes
- Updated dependencies []:
- @jsprismarine/color-parser@0.4.3
## 0.4.2
### Patch Changes
- [#1315](https://github.com/JSPrismarine/JSPrismarine/pull/1315) [`941fb74`](https://github.com/JSPrismarine/JSPrismarine/commit/941fb74a7818afd21e87804f62e004cf8465e0c4) Thanks [@filiphsps](https://github.com/filiphsps)! - Add `@jsprismarine/logger` package.
- Updated dependencies []:
- @jsprismarine/color-parser@0.4.2
## 0.4.1
## 0.4.0
### Patch Changes
- [#1279](https://github.com/JSPrismarine/JSPrismarine/pull/1279) [`4ca96b5`](https://github.com/JSPrismarine/JSPrismarine/commit/4ca96b59696dbe67e39b7f46d85fe421a74d23d5) Thanks [@filiphsps](https://github.com/filiphsps)! - Add Codecov bundler plugin to vite.
## 0.3.0
## 0.2.0
### Patch Changes
- [#1259](https://github.com/JSPrismarine/JSPrismarine/pull/1259) [`c9d207f`](https://github.com/JSPrismarine/JSPrismarine/commit/c9d207f03417a8961557d569ec60b1091e9114c1) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency @types/node to v20.12.3.
## 0.1.1
### Patch Changes
- [`80e23e1`](https://github.com/JSPrismarine/JSPrismarine/commit/80e23e17c0111eac2df98f73cdeec5730bd9abf5) Thanks [@filiphsps](https://github.com/filiphsps)! - Include CHANGELOG.md with releases.
## 0.1.0
### Patch Changes
- [#1226](https://github.com/JSPrismarine/JSPrismarine/pull/1226) [`20b3cb1`](https://github.com/JSPrismarine/JSPrismarine/commit/20b3cb1ee1e2a2c5c45275f9c2a23c9c2507dcf5) Thanks [@filiphsps](https://github.com/filiphsps)! - - Migrated to vite.
- The build system has been refactored to support both esm and cjs.
- Releases are now managed by changeset.