Skip to content

Commit c77bd25

Browse files
committed
Prep for v12.0.0
1 parent 36aa9e2 commit c77bd25

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,33 @@
22

33
Notable changes to this project are documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
44

5+
## v12.0.0
6+
7+
Delete the `TypedArray` polyfill which was preventing this
8+
library from working with `purs bundle` v0.14.4.
9+
https://github.com/purescript-contrib/purescript-arraybuffer/issues/34
10+
11+
### Breaking Changes
12+
13+
May lose partial polyfill `TypedArray` support for only the methods present
14+
in regular JavaScript Arrays.
15+
https://web.archive.org/web/20171019084331/https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray#Methods_Polyfill
16+
17+
## v11.0.3
18+
19+
Revert to v11.0.1.
20+
https://github.com/purescript-contrib/purescript-arraybuffer/issues/37
21+
522
## v11.0.2
623

724
Delete the `TypedArray` polyfill which was preventing this
825
library from working with `purs bundle` v0.14.4.
926
https://github.com/purescript-contrib/purescript-arraybuffer/issues/34
1027

28+
## v11.0.1
29+
30+
Regenerate `bower.json`.
31+
1132
## v11.0.0
1233

1334
Jorge Acereda has graciously donated this package to __purescript-contrib__.

0 commit comments

Comments
 (0)