bmp-ts
Version:
A pure typescript BMP encoder and decoder
132 lines (96 loc) • 6.7 kB
Markdown
# v1.0.2 (Tue Oct 15 2019)
#### 🐛 Bug Fix
- add missing types [#9](https://github.com/hipstersmoothie/bmp-ts/pull/9) ([@hipstersmoothie](https://github.com/hipstersmoothie))
#### Authors: 1
- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))
---
# v1.0.1 (Mon Sep 30 2019)
#### 🐛 Bug Fix
- Bump js-yaml from 3.12.0 to 3.13.1 [#2](https://github.com/hipstersmoothie/bmp-ts/pull/2) ([@dependabot[bot]](https://github.com/dependabot[bot]))
- Bump merge from 1.2.0 to 1.2.1 [#3](https://github.com/hipstersmoothie/bmp-ts/pull/3) ([@dependabot[bot]](https://github.com/dependabot[bot]))
- Bump mixin-deep from 1.3.1 to 1.3.2 [#4](https://github.com/hipstersmoothie/bmp-ts/pull/4) ([@dependabot[bot]](https://github.com/dependabot[bot]))
- Bump lodash from 4.17.11 to 4.17.15 [#5](https://github.com/hipstersmoothie/bmp-ts/pull/5) ([@dependabot[bot]](https://github.com/dependabot[bot]))
- Bump handlebars from 4.0.12 to 4.4.0 [#7](https://github.com/hipstersmoothie/bmp-ts/pull/7) ([@dependabot[bot]](https://github.com/dependabot[bot]))
#### Authors: 1
- [@dependabot[bot]](https://github.com/dependabot[bot])
---
# v1.0.0 (Thu Sep 19 2019)
#### 💥 Breaking Change
- 🍾 Release v1 🍾 [#6](https://github.com/hipstersmoothie/bmp-ts/pull/6) ([@hipstersmoothie](https://github.com/hipstersmoothie))
#### Authors: 1
- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))
---
# v0.2.8 (Thu Sep 19 2019)
#### ⚠️ Pushed to master
- use codecov action ([@hipstersmoothie](https://github.com/hipstersmoothie))
#### Authors: 1
- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))
---
# v0.2.7 (Thu Sep 19 2019)
#### ⚠️ Pushed to master
- run on 10 ([@hipstersmoothie](https://github.com/hipstersmoothie))
#### Authors: 1
- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))
---
# v0.2.6 (Thu Sep 19 2019)
#### 🐛 Bug Fix
- pixelate the map [#3](https://github.com/hipstersmoothie/bmp-ts/pull/3) ([@dependabot[bot]](https://github.com/dependabot[bot]))
- add badges [#2](https://github.com/hipstersmoothie/bmp-ts/pull/2) ([@dependabot[bot]](https://github.com/dependabot[bot]))
- Typescript [#1](https://github.com/hipstersmoothie/bmp-ts/pull/1) ([@dependabot[bot]](https://github.com/dependabot[bot]))
#### ⚠️ Pushed to master
- send codecov results ([@hipstersmoothie](https://github.com/hipstersmoothie))
- switch to github actions ([@hipstersmoothie](https://github.com/hipstersmoothie))
- even more!!!!! ([@hipstersmoothie](https://github.com/hipstersmoothie))
- even more readable tests ([@hipstersmoothie](https://github.com/hipstersmoothie))
- refactor for less code ([@hipstersmoothie](https://github.com/hipstersmoothie))
- working ([@hipstersmoothie](https://github.com/hipstersmoothie))
- pixelate the map ([@hipstersmoothie](https://github.com/hipstersmoothie))
- Update README.md ([@hipstersmoothie](https://github.com/hipstersmoothie))
- add badges ([@hipstersmoothie](https://github.com/hipstersmoothie))
- add codecov ([@hipstersmoothie](https://github.com/hipstersmoothie))
- fix lint ([@hipstersmoothie](https://github.com/hipstersmoothie))
- pretty readme ([@hipstersmoothie](https://github.com/hipstersmoothie))
- add missing deps ([@hipstersmoothie](https://github.com/hipstersmoothie))
- switch to public registry ([@hipstersmoothie](https://github.com/hipstersmoothie))
- generate circle config ([@hipstersmoothie](https://github.com/hipstersmoothie))
- remove old script ([@hipstersmoothie](https://github.com/hipstersmoothie))
- just use yarn lock ([@hipstersmoothie](https://github.com/hipstersmoothie))
- remove old test directory ([@hipstersmoothie](https://github.com/hipstersmoothie))
- switch to checksum for quick testing ([@hipstersmoothie](https://github.com/hipstersmoothie))
- way better type setup ([@hipstersmoothie](https://github.com/hipstersmoothie))
- this makes a little more sense ([@hipstersmoothie](https://github.com/hipstersmoothie))
- add jest ([@hipstersmoothie](https://github.com/hipstersmoothie))
- update package json ([@hipstersmoothie](https://github.com/hipstersmoothie))
- move old tests ([@hipstersmoothie](https://github.com/hipstersmoothie))
- re organize a little ([@hipstersmoothie](https://github.com/hipstersmoothie))
- all encoders :tada: ([@hipstersmoothie](https://github.com/hipstersmoothie))
- 4 bit works :tada: ([@hipstersmoothie](https://github.com/hipstersmoothie))
- get color from image data if possible ([@hipstersmoothie](https://github.com/hipstersmoothie))
- bit4 decoding bug ([@hipstersmoothie](https://github.com/hipstersmoothie))
- factor out types and match interfaces ([@hipstersmoothie](https://github.com/hipstersmoothie))
- refactored ([@hipstersmoothie](https://github.com/hipstersmoothie))
- 1 bit works! ([@hipstersmoothie](https://github.com/hipstersmoothie))
- correctly print in encode ([@hipstersmoothie](https://github.com/hipstersmoothie))
- header matches!! ([@hipstersmoothie](https://github.com/hipstersmoothie))
- integrate changes ([@hipstersmoothie](https://github.com/hipstersmoothie))
- Merge balmbees/master into ts ([@hipstersmoothie](https://github.com/hipstersmoothie))
- working on 1 ([@hipstersmoothie](https://github.com/hipstersmoothie))
- 16 bit encoding ([@hipstersmoothie](https://github.com/hipstersmoothie))
- factor out mask color ([@hipstersmoothie](https://github.com/hipstersmoothie))
- 32 bit encoding works :tada: ([@hipstersmoothie](https://github.com/hipstersmoothie))
- add todo ([@hipstersmoothie](https://github.com/hipstersmoothie))
- remove comment ([@hipstersmoothie](https://github.com/hipstersmoothie))
- build errors ([@hipstersmoothie](https://github.com/hipstersmoothie))
- lint ([@hipstersmoothie](https://github.com/hipstersmoothie))
- update readme ([@hipstersmoothie](https://github.com/hipstersmoothie))
- factor out write image in prep for more bit types ([@hipstersmoothie](https://github.com/hipstersmoothie))
- lint it ([@hipstersmoothie](https://github.com/hipstersmoothie))
- integrate PR ([@hipstersmoothie](https://github.com/hipstersmoothie))
- fix up readme ([@hipstersmoothie](https://github.com/hipstersmoothie))
- new Buffer deprecated ([@hipstersmoothie](https://github.com/hipstersmoothie))
- to TS ([@hipstersmoothie](https://github.com/hipstersmoothie))
- add prettier ([@hipstersmoothie](https://github.com/hipstersmoothie))
- add build ([@hipstersmoothie](https://github.com/hipstersmoothie))
#### Authors: 2
- [@dependabot[bot]](https://github.com/dependabot[bot])
- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))