Skip to content

Commit fafa7b2

Browse files
committed
1.3.0-beta.0 Release 🎉 🎆 🔔
1 parent 4660ccf commit fafa7b2

File tree

2 files changed

+37
-17
lines changed

2 files changed

+37
-17
lines changed

CHANGELOG.md

Lines changed: 36 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,44 @@
1-
# Change Log
1+
# Changelog
2+
3+
## [1.3.0-beta.0](https://github.com/leapfrogtechnology/async-store/tree/1.3.0-beta.0) (2022-01-14)
4+
5+
[Full Changelog](https://github.com/leapfrogtechnology/async-store/compare/1.2.0...1.3.0-beta.0)
6+
7+
**Closed Issues**
8+
9+
- Update Koa Web Server Example from JavaScript to TypeScript [\#47](https://github.com/leapfrogtechnology/async-store/issues/47) [[good first issue](https://github.com/leapfrogtechnology/async-store/labels/good%20first%20issue)] [[example](https://github.com/leapfrogtechnology/async-store/labels/example)] [[improvement](https://github.com/leapfrogtechnology/async-store/labels/improvement)]
210

311
## [1.2.0](https://github.com/leapfrogtechnology/async-store/tree/1.2.0) (2019-11-27)
12+
413
[Full Changelog](https://github.com/leapfrogtechnology/async-store/compare/1.1.0...1.2.0)
514

615
**Closed Issues**
716

817
- Micro example doesn't point to correct path. [\#42](https://github.com/leapfrogtechnology/async-store/issues/42)
9-
- Use the latest release in all the examples [\#39](https://github.com/leapfrogtechnology/async-store/issues/39) [[example](https://github.com/leapfrogtechnology/async-store/labels/example)] [[good first issue](https://github.com/leapfrogtechnology/async-store/labels/good%20first%20issue)]
10-
- Add tests to cover initializeMiddleware function [\#38](https://github.com/leapfrogtechnology/async-store/issues/38) [[coverage](https://github.com/leapfrogtechnology/async-store/labels/coverage)] [[good first issue](https://github.com/leapfrogtechnology/async-store/labels/good%20first%20issue)] [[test](https://github.com/leapfrogtechnology/async-store/labels/test)]
11-
- Add an example project for micro [\#13](https://github.com/leapfrogtechnology/async-store/issues/13) [[example](https://github.com/leapfrogtechnology/async-store/labels/example)] [[feature](https://github.com/leapfrogtechnology/async-store/labels/feature)] [[good first issue](https://github.com/leapfrogtechnology/async-store/labels/good%20first%20issue)] [[hacktoberfest](https://github.com/leapfrogtechnology/async-store/labels/hacktoberfest)] [[help wanted](https://github.com/leapfrogtechnology/async-store/labels/help%20wanted)]
18+
- Use the latest release in all the examples [\#39](https://github.com/leapfrogtechnology/async-store/issues/39) [[good first issue](https://github.com/leapfrogtechnology/async-store/labels/good%20first%20issue)] [[example](https://github.com/leapfrogtechnology/async-store/labels/example)]
19+
- Add tests to cover initializeMiddleware function [\#38](https://github.com/leapfrogtechnology/async-store/issues/38) [[good first issue](https://github.com/leapfrogtechnology/async-store/labels/good%20first%20issue)] [[test](https://github.com/leapfrogtechnology/async-store/labels/test)] [[coverage](https://github.com/leapfrogtechnology/async-store/labels/coverage)]
20+
- Add an example project for micro [\#13](https://github.com/leapfrogtechnology/async-store/issues/13) [[help wanted](https://github.com/leapfrogtechnology/async-store/labels/help%20wanted)] [[good first issue](https://github.com/leapfrogtechnology/async-store/labels/good%20first%20issue)] [[example](https://github.com/leapfrogtechnology/async-store/labels/example)] [[feature](https://github.com/leapfrogtechnology/async-store/labels/feature)] [[hacktoberfest](https://github.com/leapfrogtechnology/async-store/labels/hacktoberfest)]
1221

1322
**Changes**
1423

15-
- Remove is\_enabled flag and unused methods [\#46](https://github.com/leapfrogtechnology/async-store/pull/46) [[breaking change](https://github.com/leapfrogtechnology/async-store/labels/breaking%20change)] [[improvement](https://github.com/leapfrogtechnology/async-store/labels/improvement)] ([mesaugat](https://github.com/mesaugat))
16-
- Add tests to cover initializeMiddleware function [\#45](https://github.com/leapfrogtechnology/async-store/pull/45) [[coverage](https://github.com/leapfrogtechnology/async-store/labels/coverage)] [[test](https://github.com/leapfrogtechnology/async-store/labels/test)] ([p0k8h](https://github.com/p0k8h))
24+
- Remove is\_enabled flag and unused methods [\#46](https://github.com/leapfrogtechnology/async-store/pull/46) [[improvement](https://github.com/leapfrogtechnology/async-store/labels/improvement)] [[breaking change](https://github.com/leapfrogtechnology/async-store/labels/breaking%20change)] ([mesaugat](https://github.com/mesaugat))
25+
- Add tests to cover initializeMiddleware function [\#45](https://github.com/leapfrogtechnology/async-store/pull/45) [[test](https://github.com/leapfrogtechnology/async-store/labels/test)] [[coverage](https://github.com/leapfrogtechnology/async-store/labels/coverage)] ([p0k8h](https://github.com/p0k8h))
1726
- Micro Example Path fix [\#43](https://github.com/leapfrogtechnology/async-store/pull/43) ([sumansta](https://github.com/sumansta))
1827
- Use latest release in all examples [\#41](https://github.com/leapfrogtechnology/async-store/pull/41) ([sumansta](https://github.com/sumansta))
1928
- Add example for micro [\#37](https://github.com/leapfrogtechnology/async-store/pull/37) [[documentation](https://github.com/leapfrogtechnology/async-store/labels/documentation)] [[example](https://github.com/leapfrogtechnology/async-store/labels/example)] ([sumansta](https://github.com/sumansta))
2029

2130
## [1.1.0](https://github.com/leapfrogtechnology/async-store/tree/1.1.0) (2019-11-14)
31+
2232
[Full Changelog](https://github.com/leapfrogtechnology/async-store/compare/1.0.2...1.1.0)
2333

2434
**Closed Issues**
2535

26-
- New accessor function to retrieve a list of values by keys [\#28](https://github.com/leapfrogtechnology/async-store/issues/28) [[feature](https://github.com/leapfrogtechnology/async-store/labels/feature)] [[good first issue](https://github.com/leapfrogtechnology/async-store/labels/good%20first%20issue)] [[hacktoberfest](https://github.com/leapfrogtechnology/async-store/labels/hacktoberfest)]
27-
- New accessor function to get all the store contents as a flat object [\#27](https://github.com/leapfrogtechnology/async-store/issues/27) [[feature](https://github.com/leapfrogtechnology/async-store/labels/feature)] [[good first issue](https://github.com/leapfrogtechnology/async-store/labels/good%20first%20issue)] [[hacktoberfest](https://github.com/leapfrogtechnology/async-store/labels/hacktoberfest)] [[improvement](https://github.com/leapfrogtechnology/async-store/labels/improvement)]
28-
- Ability to get short id from store.getId\(\) using a flag [\#26](https://github.com/leapfrogtechnology/async-store/issues/26) [[feature](https://github.com/leapfrogtechnology/async-store/labels/feature)] [[good first issue](https://github.com/leapfrogtechnology/async-store/labels/good%20first%20issue)] [[hacktoberfest](https://github.com/leapfrogtechnology/async-store/labels/hacktoberfest)] [[improvement](https://github.com/leapfrogtechnology/async-store/labels/improvement)]
29-
- CI - Integrate test code coverage reporting [\#21](https://github.com/leapfrogtechnology/async-store/issues/21) [[good first issue](https://github.com/leapfrogtechnology/async-store/labels/good%20first%20issue)] [[help wanted](https://github.com/leapfrogtechnology/async-store/labels/help%20wanted)] [[test](https://github.com/leapfrogtechnology/async-store/labels/test)]
30-
- Add an example project for a basic http server built with just node [\#20](https://github.com/leapfrogtechnology/async-store/issues/20) [[example](https://github.com/leapfrogtechnology/async-store/labels/example)] [[good first issue](https://github.com/leapfrogtechnology/async-store/labels/good%20first%20issue)] [[help wanted](https://github.com/leapfrogtechnology/async-store/labels/help%20wanted)]
31-
- Add an example project for koa js [\#17](https://github.com/leapfrogtechnology/async-store/issues/17) [[example](https://github.com/leapfrogtechnology/async-store/labels/example)] [[good first issue](https://github.com/leapfrogtechnology/async-store/labels/good%20first%20issue)] [[hacktoberfest](https://github.com/leapfrogtechnology/async-store/labels/hacktoberfest)] [[help wanted](https://github.com/leapfrogtechnology/async-store/labels/help%20wanted)]
36+
- New accessor function to retrieve a list of values by keys [\#28](https://github.com/leapfrogtechnology/async-store/issues/28) [[good first issue](https://github.com/leapfrogtechnology/async-store/labels/good%20first%20issue)] [[feature](https://github.com/leapfrogtechnology/async-store/labels/feature)] [[hacktoberfest](https://github.com/leapfrogtechnology/async-store/labels/hacktoberfest)]
37+
- New accessor function to get all the store contents as a flat object [\#27](https://github.com/leapfrogtechnology/async-store/issues/27) [[good first issue](https://github.com/leapfrogtechnology/async-store/labels/good%20first%20issue)] [[feature](https://github.com/leapfrogtechnology/async-store/labels/feature)] [[improvement](https://github.com/leapfrogtechnology/async-store/labels/improvement)] [[hacktoberfest](https://github.com/leapfrogtechnology/async-store/labels/hacktoberfest)]
38+
- Ability to get short id from store.getId\(\) using a flag [\#26](https://github.com/leapfrogtechnology/async-store/issues/26) [[good first issue](https://github.com/leapfrogtechnology/async-store/labels/good%20first%20issue)] [[feature](https://github.com/leapfrogtechnology/async-store/labels/feature)] [[improvement](https://github.com/leapfrogtechnology/async-store/labels/improvement)] [[hacktoberfest](https://github.com/leapfrogtechnology/async-store/labels/hacktoberfest)]
39+
- CI - Integrate test code coverage reporting [\#21](https://github.com/leapfrogtechnology/async-store/issues/21) [[help wanted](https://github.com/leapfrogtechnology/async-store/labels/help%20wanted)] [[good first issue](https://github.com/leapfrogtechnology/async-store/labels/good%20first%20issue)] [[test](https://github.com/leapfrogtechnology/async-store/labels/test)]
40+
- Add an example project for a basic http server built with just node [\#20](https://github.com/leapfrogtechnology/async-store/issues/20) [[help wanted](https://github.com/leapfrogtechnology/async-store/labels/help%20wanted)] [[good first issue](https://github.com/leapfrogtechnology/async-store/labels/good%20first%20issue)] [[example](https://github.com/leapfrogtechnology/async-store/labels/example)]
41+
- Add an example project for koa js [\#17](https://github.com/leapfrogtechnology/async-store/issues/17) [[help wanted](https://github.com/leapfrogtechnology/async-store/labels/help%20wanted)] [[good first issue](https://github.com/leapfrogtechnology/async-store/labels/good%20first%20issue)] [[example](https://github.com/leapfrogtechnology/async-store/labels/example)] [[hacktoberfest](https://github.com/leapfrogtechnology/async-store/labels/hacktoberfest)]
3242
- Example with request id logging for express sample app [\#16](https://github.com/leapfrogtechnology/async-store/issues/16) [[example](https://github.com/leapfrogtechnology/async-store/labels/example)]
3343

3444
**Changes**
@@ -39,13 +49,14 @@
3949
- Add missing tests for edge cases [\#33](https://github.com/leapfrogtechnology/async-store/pull/33) [[test](https://github.com/leapfrogtechnology/async-store/labels/test)] ([kabirbaidhya](https://github.com/kabirbaidhya))
4050
- Add new accessor function getAll\(\) [\#32](https://github.com/leapfrogtechnology/async-store/pull/32) [[feature](https://github.com/leapfrogtechnology/async-store/labels/feature)] ([evless](https://github.com/evless))
4151
- Add new accessor function getByKeys\(\) [\#30](https://github.com/leapfrogtechnology/async-store/pull/30) [[feature](https://github.com/leapfrogtechnology/async-store/labels/feature)] ([spencerwi](https://github.com/spencerwi))
42-
- Refactor all the examples for consistency and simplicity [\#29](https://github.com/leapfrogtechnology/async-store/pull/29) [[example](https://github.com/leapfrogtechnology/async-store/labels/example)] [[refactor](https://github.com/leapfrogtechnology/async-store/labels/refactor)] ([kabirbaidhya](https://github.com/kabirbaidhya))
52+
- Refactor all the examples for consistency and simplicity [\#29](https://github.com/leapfrogtechnology/async-store/pull/29) [[refactor](https://github.com/leapfrogtechnology/async-store/labels/refactor)] [[example](https://github.com/leapfrogtechnology/async-store/labels/example)] ([kabirbaidhya](https://github.com/kabirbaidhya))
4353
- Add an example project for a basic http server built with just node [\#25](https://github.com/leapfrogtechnology/async-store/pull/25) [[example](https://github.com/leapfrogtechnology/async-store/labels/example)] [[node](https://github.com/leapfrogtechnology/async-store/labels/node)] [[web server](https://github.com/leapfrogtechnology/async-store/labels/web%20server)] ([silwalanish](https://github.com/silwalanish))
4454
- Add example for request id logging [\#24](https://github.com/leapfrogtechnology/async-store/pull/24) [[documentation](https://github.com/leapfrogtechnology/async-store/labels/documentation)] [[example](https://github.com/leapfrogtechnology/async-store/labels/example)] ([silwalanish](https://github.com/silwalanish))
4555
- Include only source files in test coverage [\#23](https://github.com/leapfrogtechnology/async-store/pull/23) [[coverage](https://github.com/leapfrogtechnology/async-store/labels/coverage)] ([mesaugat](https://github.com/mesaugat))
46-
- Integrate test code coverage reporting with Codecov and Travis [\#22](https://github.com/leapfrogtechnology/async-store/pull/22) [[coverage](https://github.com/leapfrogtechnology/async-store/labels/coverage)] [[test](https://github.com/leapfrogtechnology/async-store/labels/test)] ([ghost](https://github.com/ghost))
56+
- Integrate test code coverage reporting with Codecov and Travis [\#22](https://github.com/leapfrogtechnology/async-store/pull/22) [[test](https://github.com/leapfrogtechnology/async-store/labels/test)] [[coverage](https://github.com/leapfrogtechnology/async-store/labels/coverage)] ([ghost](https://github.com/ghost))
4757

4858
## [1.0.2](https://github.com/leapfrogtechnology/async-store/tree/1.0.2) (2019-07-31)
59+
4960
[Full Changelog](https://github.com/leapfrogtechnology/async-store/compare/1.0.1...1.0.2)
5061

5162
**Closed Issues**
@@ -59,6 +70,7 @@
5970
- Minor improvements on the documentation [\#12](https://github.com/leapfrogtechnology/async-store/pull/12) [[documentation](https://github.com/leapfrogtechnology/async-store/labels/documentation)] ([kabirbaidhya](https://github.com/kabirbaidhya))
6071

6172
## [1.0.1](https://github.com/leapfrogtechnology/async-store/tree/1.0.1) (2019-07-19)
73+
6274
[Full Changelog](https://github.com/leapfrogtechnology/async-store/compare/1.0.0...1.0.1)
6375

6476
**Changes**
@@ -67,6 +79,7 @@
6779
- Add GitHub URL and update description in package.json [\#10](https://github.com/leapfrogtechnology/async-store/pull/10) [[documentation](https://github.com/leapfrogtechnology/async-store/labels/documentation)] ([mesaugat](https://github.com/mesaugat))
6880

6981
## [1.0.0](https://github.com/leapfrogtechnology/async-store/tree/1.0.0) (2019-07-19)
82+
7083
[Full Changelog](https://github.com/leapfrogtechnology/async-store/compare/1.0.0-beta.1...1.0.0)
7184

7285
**Changes**
@@ -76,14 +89,21 @@
7689
- Cleanup and update dependencies [\#7](https://github.com/leapfrogtechnology/async-store/pull/7) ([kabirbaidhya](https://github.com/kabirbaidhya))
7790

7891
## [1.0.0-beta.1](https://github.com/leapfrogtechnology/async-store/tree/1.0.0-beta.1) (2019-07-05)
92+
7993
[Full Changelog](https://github.com/leapfrogtechnology/async-store/compare/1.0.0-alpha.1...1.0.0-beta.1)
8094

95+
**Security fixes:**
96+
97+
- Upgrade packages using vulnerable js-yaml package as a dependency [\#5](https://github.com/leapfrogtechnology/async-store/pull/5) [[security](https://github.com/leapfrogtechnology/async-store/labels/security)] ([mesaugat](https://github.com/mesaugat))
98+
8199
**Changes**
82100

83101
- Refactor domain implementation and add find\(\) function [\#6](https://github.com/leapfrogtechnology/async-store/pull/6) [[refactor](https://github.com/leapfrogtechnology/async-store/labels/refactor)] ([cham11ng](https://github.com/cham11ng))
84-
- Upgrade packages using vulnerable js-yaml package as a dependency [\#5](https://github.com/leapfrogtechnology/async-store/pull/5) [[security](https://github.com/leapfrogtechnology/async-store/labels/security)] ([mesaugat](https://github.com/mesaugat))
85102

86103
## [1.0.0-alpha.1](https://github.com/leapfrogtechnology/async-store/tree/1.0.0-alpha.1) (2019-04-18)
104+
105+
[Full Changelog](https://github.com/leapfrogtechnology/async-store/compare/622d5ba16aeb9301947471ff0ceca54fcd8e567b...1.0.0-alpha.1)
106+
87107
**Changes**
88108

89109
- Add scripts to generate changelog and release [\#4](https://github.com/leapfrogtechnology/async-store/pull/4) [[script](https://github.com/leapfrogtechnology/async-store/labels/script)] ([kabirbaidhya](https://github.com/kabirbaidhya))
@@ -93,4 +113,4 @@
93113

94114

95115

96-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
116+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@leapfrogtechnology/async-store",
3-
"version": "1.2.0",
3+
"version": "1.3.0-beta.0",
44
"description": "Global store utility for an async operation lifecycle and chain of callbacks",
55
"license": "MIT",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)