Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 307 Bytes

CHANGELOG.md

File metadata and controls

13 lines (7 loc) · 307 Bytes

CHANGELOG

2.x.x

base2048 now ships as JavaScript ("ES6") modules, not CommonJS modules. The package has "type": "module". Additionally a separate IIFE for browser use is no longer distributed.

1.x.x

base2048 now operates on Uint8Arrays, not ArrayBuffers.

0.0.x

Prototype release.