Skip to content

Releases: manzt/zarrita.js

[email protected]

03 Dec 22:37
9878758
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • Fix TypedArray types for TypeScript < 5.7 (#239)

    TypeScript changed the typing behavior of all TypedArray objects to now be generic over the underlying ArrayBufferLike type. In order to have our types be consistent with these changes, we needed to specify the ArrayBuffer explicitly, but that breaks for older versions of TypeScript. This PR fixes the version of TypeScript to 5.6. We will need to bump again when we want to support 5.7.

  • Updated dependencies [7756cdc]:

[email protected]

03 Dec 21:55
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

@zarrita/[email protected]

03 Dec 22:37
9878758
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • Fix TypedArray types for TypeScript < 5.7 (#239)

    TypeScript changed the typing behavior of all TypedArray objects to now be generic over the underlying ArrayBufferLike type. In order to have our types be consistent with these changes, we needed to specify the ArrayBuffer explicitly, but that breaks for older versions of TypeScript. This PR fixes the version of TypeScript to 5.6. We will need to bump again when we want to support 5.7.

@zarrita/[email protected]

03 Dec 22:36
9878758
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • Fix TypedArray types for TypeScript < 5.7 (#239)

    TypeScript changed the typing behavior of all TypedArray objects to now be generic over the underlying ArrayBufferLike type. In order to have our types be consistent with these changes, we needed to specify the ArrayBuffer explicitly, but that breaks for older versions of TypeScript. This PR fixes the version of TypeScript to 5.6. We will need to bump again when we want to support 5.7.

@zarrita/[email protected]

03 Dec 22:36
9878758
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • Fix TypedArray types for TypeScript < 5.7 (#239)

    TypeScript changed the typing behavior of all TypedArray objects to now be generic over the underlying ArrayBufferLike type. In order to have our types be consistent with these changes, we needed to specify the ArrayBuffer explicitly, but that breaks for older versions of TypeScript. This PR fixes the version of TypeScript to 5.6. We will need to bump again when we want to support 5.7.

  • Updated dependencies [7756cdc]:

@zarrita/[email protected]

03 Dec 21:55
Compare
Choose a tag to compare
Pre-release

Patch Changes

@zarrita/[email protected]

03 Dec 22:36
9878758
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • Fix TypedArray types for TypeScript < 5.7 (#239)

    TypeScript changed the typing behavior of all TypedArray objects to now be generic over the underlying ArrayBufferLike type. In order to have our types be consistent with these changes, we needed to specify the ArrayBuffer explicitly, but that breaks for older versions of TypeScript. This PR fixes the version of TypeScript to 5.6. We will need to bump again when we want to support 5.7.

  • Updated dependencies [7756cdc]:

@zarrita/[email protected]

03 Dec 21:55
Compare
Choose a tag to compare
Pre-release

Patch Changes

@zarrita/[email protected]

03 Dec 22:37
9878758
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • Fix TypedArray types for TypeScript < 5.7 (#239)

    TypeScript changed the typing behavior of all TypedArray objects to now be generic over the underlying ArrayBufferLike type. In order to have our types be consistent with these changes, we needed to specify the ArrayBuffer explicitly, but that breaks for older versions of TypeScript. This PR fixes the version of TypeScript to 5.6. We will need to bump again when we want to support 5.7.

  • Updated dependencies [7756cdc]:

@zarrita/[email protected]

03 Dec 21:55
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • Support read-only bitround codec (#234)

    Introduces BitroundCodec with a no-op for decoding because bit-rounding is lossy, and precision cannot be restored. Encoding is not yet implemented, reflecting zarrita's current focus on read-heavy contexts. Open an issue if encoding support is needed.