-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IStack #36
Labels
Comments
🎉 This issue has been resolved in version 1.13.0 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
qiwibot
added a commit
that referenced
this issue
Oct 25, 2019
# 1.0.0 (2019-10-25) ### Bug Fixes * **facade:** repair d.ts module defs ([b3fb669](b3fb669)) * correct in-package typings refs ([fcc9ed8](fcc9ed8)) * migrate to flowgen 1.5.8 ([b213525](b213525)) * tweak up test config, fix IPromise definition ([098e9e7](098e9e7)) * **IPromise:** handle TS1055 error ([1619fb8](1619fb8)) * **travis:** add install script ([15480fb](15480fb)) * **types:** handle Symbol.toStringTag ([93e4068](93e4068)), closes [#59](#59) * **types:** linting ([2bcbca9](2bcbca9)) * **types:** make ILogger to be compatible with standard console ([888a85f](888a85f)) ### Features * add ICurrency ([#26](#26)) ([c14f73b](c14f73b)) * **substrate:** add facade package ([4f709e2](4f709e2)) * add IEventEmitter ([35eb58f](35eb58f)), closes [#7](#7) * add ILogger ([2e5373e](2e5373e)), closes [#2](#2) * **types:** add TUtilEach, TUtilMap, TUtilSet types ([deab615](deab615)) * add IMiddleware ([a53f7a6](a53f7a6)), closes [#6](#6) * **types:** add IAnyMap ([dbca380](dbca380)) * add IStorage ([7dab170](7dab170)), closes [#16](#16) * add package for abstracts ([85d01b9](85d01b9)) * enable linter and tech release ([91649d6](91649d6)) * **types:** add ICloneable ([f046a34](f046a34)), closes [#8](#8) [#25](#25) * **types:** add IConfig ([6d5bbaa](6d5bbaa)), closes [#21](#21) * **types:** add IConfigurable ([ee773a4](ee773a4)), closes [#12](#12) * **types:** add IMoney ([8012a91](8012a91)) * **types:** add IPromise ([8250f24](8250f24)), closes [#4](#4) * **types:** add IStack and ICollection ([ee56053](ee56053)), closes [#38](#38) [#36](#36) * **types:** add TPredicate ([7b09f8b](7b09f8b)), closes [#39](#39) * **types:** add TUtilGet ([#19](#19)) ([c81b311](c81b311)) ### Performance Improvements * migrate to maven dir layout & repack ([4e01777](4e01777)), closes [#29](#29)
qiwibot
added a commit
that referenced
this issue
Oct 25, 2019
# 1.0.0 (2019-10-25) ### Bug Fixes * **facade:** repair d.ts module defs ([b3fb669](b3fb669)) * correct in-package typings refs ([fcc9ed8](fcc9ed8)) * migrate to flowgen 1.5.8 ([b213525](b213525)) * tweak up test config, fix IPromise definition ([098e9e7](098e9e7)) * **IPromise:** handle TS1055 error ([1619fb8](1619fb8)) * **travis:** add install script ([15480fb](15480fb)) * **types:** handle Symbol.toStringTag ([93e4068](93e4068)), closes [#59](#59) * **types:** linting ([2bcbca9](2bcbca9)) * **types:** make ILogger to be compatible with standard console ([888a85f](888a85f)) ### Features * add ICurrency ([#26](#26)) ([c14f73b](c14f73b)) * **substrate:** add facade package ([4f709e2](4f709e2)) * add IEventEmitter ([35eb58f](35eb58f)), closes [#7](#7) * add ILogger ([2e5373e](2e5373e)), closes [#2](#2) * **types:** add TUtilEach, TUtilMap, TUtilSet types ([deab615](deab615)) * add IMiddleware ([a53f7a6](a53f7a6)), closes [#6](#6) * **types:** add IAnyMap ([dbca380](dbca380)) * add IStorage ([7dab170](7dab170)), closes [#16](#16) * add package for abstracts ([85d01b9](85d01b9)) * enable linter and tech release ([91649d6](91649d6)) * **types:** add ICloneable ([f046a34](f046a34)), closes [#8](#8) [#25](#25) * **types:** add IConfig ([6d5bbaa](6d5bbaa)), closes [#21](#21) * **types:** add IConfigurable ([ee773a4](ee773a4)), closes [#12](#12) * **types:** add IMoney ([8012a91](8012a91)) * **types:** add IPromise ([8250f24](8250f24)), closes [#4](#4) * **types:** add IStack and ICollection ([ee56053](ee56053)), closes [#38](#38) [#36](#36) * **types:** add TPredicate ([7b09f8b](7b09f8b)), closes [#39](#39) * **types:** add TUtilGet ([#19](#19)) ([c81b311](c81b311)) ### Performance Improvements * migrate to maven dir layout & repack ([4e01777](4e01777)), closes [#29](#29)
🎉 This issue has been resolved in version 1.0.0 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version 1.0.0 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
.pop()
.shift()
.remove()
.size()
.clear()
.get()
.add() / .push()
The text was updated successfully, but these errors were encountered: