1 | # Changelog
|
---|
2 |
|
---|
3 | All notable changes to this project will be documented in this file.
|
---|
4 |
|
---|
5 | The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
---|
6 | and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
---|
7 |
|
---|
8 | ## [v1.0.2](https://github.com/ljharb/typed-array-buffer/compare/v1.0.1...v1.0.2) - 2024-02-19
|
---|
9 |
|
---|
10 | ### Commits
|
---|
11 |
|
---|
12 | - add types [`23c6fba`](https://github.com/ljharb/typed-array-buffer/commit/23c6fba167dbc8c1e9291eed3f68e64a5651075a)
|
---|
13 | - [Deps] update `available-typed-arrays` [`5f68ba1`](https://github.com/ljharb/typed-array-buffer/commit/5f68ba1fdcd004af46d529fbb08220de2254cf43)
|
---|
14 | - [Deps] update `call-bind` [`54a92ce`](https://github.com/ljharb/typed-array-buffer/commit/54a92ce4caf023c8680ffe64534ba881b78cdc17)
|
---|
15 | - [Dev Deps] update `tape` [`b0b3342`](https://github.com/ljharb/typed-array-buffer/commit/b0b3342bcbefae5f3dff01b0e3734b08ca927f58)
|
---|
16 |
|
---|
17 | ## [v1.0.1](https://github.com/ljharb/typed-array-buffer/compare/v1.0.0...v1.0.1) - 2024-02-06
|
---|
18 |
|
---|
19 | ### Commits
|
---|
20 |
|
---|
21 | - [Dev Deps] update `aud`, `available-typed-arrays`, `npmignore`, `object-inspect`, `tape` [`5334477`](https://github.com/ljharb/typed-array-buffer/commit/53344773866f35820dc4deef1aa47ec7890f2b02)
|
---|
22 | - [Refactor] use `es-errors`, so things that only need those do not need `get-intrinsic` [`e2511e0`](https://github.com/ljharb/typed-array-buffer/commit/e2511e011a2331bd4a36ad6003a98b1cf766bc26)
|
---|
23 | - [Deps] update `call-bind`, `get-intrinsic`, `is-typed-array` [`36c3b11`](https://github.com/ljharb/typed-array-buffer/commit/36c3b11efc9bce98de8bee5f81dcae4305876893)
|
---|
24 | - [meta] add `sideEffects` flag [`46cc1f4`](https://github.com/ljharb/typed-array-buffer/commit/46cc1f4a8b8875fc6e84b33182602ec37655bbbd)
|
---|
25 |
|
---|
26 | ## v1.0.0 - 2023-06-05
|
---|
27 |
|
---|
28 | ### Commits
|
---|
29 |
|
---|
30 | - Initial implementation, tests, readme [`5bc2953`](https://github.com/ljharb/typed-array-buffer/commit/5bc295337b4310659832fc08699a4d10c2dbbded)
|
---|
31 | - Initial commit [`98b8ac9`](https://github.com/ljharb/typed-array-buffer/commit/98b8ac90f407c368effa25d395aeea1d72e1d4b6)
|
---|
32 | - npm init [`6a4a73c`](https://github.com/ljharb/typed-array-buffer/commit/6a4a73c66b1f13fd17699c6500a4979003676696)
|
---|
33 | - Only apps should have lockfiles [`7226abf`](https://github.com/ljharb/typed-array-buffer/commit/7226abfda329b99dc25526c48740b076d128a7be)
|
---|