File tree Expand file tree Collapse file tree 3 files changed +21
-5
lines changed Expand file tree Collapse file tree 3 files changed +21
-5
lines changed Original file line number Diff line number Diff line change 1+ ## [ 0.5.5] ( https://github.com/JamieMason/blurhash-to-css/compare/0.4.3...0.5.5 ) (2022-11-12)
2+
3+ ### Bug Fixes
4+
5+ - ** cargo:** update dependencies
6+ ([ 3c6e1d7] ( https://github.com/JamieMason/blurhash-to-css/commit/3c6e1d7ee1b293da4659c97f5a69730e0ba931be ) )
7+ - ** npm:** update dependencies
8+ ([ e43dec9] ( https://github.com/JamieMason/blurhash-to-css/commit/e43dec97bd4b5756a9cd8919c4f6ebcad9182e48 ) )
9+
10+ ### Features
11+
12+ - ** blurhash:** accept arrays of blurhashes
13+ ([ 3afacfc] ( https://github.com/JamieMason/blurhash-to-css/commit/3afacfcc75e24461f9ba9ccbfeb61287eb550662 ) )
14+
115## [ 0.4.3] ( https://github.com/JamieMason/blurhash-to-css/compare/0.3.3...0.4.3 ) (2021-02-08)
216
317### Features
Original file line number Diff line number Diff line change 11# blurhash-to-css
22
3- Convert a blurhash string to a CSS object
3+ Convert blurhash strings to CSS objects
44
55## Installation
66
2828
2929- [ @types/jest ] ( https://ghub.io/@types/jest ) : TypeScript definitions for Jest
3030- [ jest] ( https://ghub.io/jest ) : Delightful JavaScript Testing.
31- - [ ts-jest] ( https://ghub.io/ts-jest ) : A preprocessor with source maps support to
32- help use TypeScript with Jest
31+ - [ ts-jest] ( https://ghub.io/ts-jest ) : A Jest transformer with source map support
32+ that lets you use Jest to test projects written in TypeScript
3333- [ typescript] ( https://ghub.io/typescript ) : TypeScript is a language for
3434 application scale JavaScript development
35+ - [ wasm-pack] ( https://ghub.io/wasm-pack ) : 📦✨ your favorite rust -> ; wasm
36+ workflow tool!
3537
3638## License
3739
Original file line number Diff line number Diff line change 11{
22 "name" : " blurhash-to-css" ,
33 "description" : " Convert blurhash strings to CSS objects" ,
4- "version" : " 0.4.3 " ,
4+ "version" : " 0.5.5 " ,
55 "author" :
" Jamie Mason <[email protected] > (https://github.com/JamieMason)" ,
66 "bugs" : " https://github.com/JamieMason/blurhash-to-css/issues" ,
77 "devDependencies" : {
1717 "files" : [
1818 " index.d.ts" ,
1919 " index.js" ,
20- " pkg"
20+ " pkg/** "
2121 ],
2222 "keywords" : [
2323 " blur" ,
You can’t perform that action at this time.
0 commit comments