Releases: leapfrogtechnology/async-store
Releases · leapfrogtechnology/async-store
2.1.0
2.0.0
Breaking Change
- refactor(impl/domain): use native uuid generator #103 [dependencies] (@DevAndromeda)
- v2.0.0 requires Node v14.17.0 or above
Check the version compatibility table.
1.3.0-beta.0
Features
- Add a plugin to initialize async store for Fastify #98 (@Prabeshpd)
Changes
- Add Fastify example to initialize async store #99 [example] (@Prabeshpd)
- Minor updates to all the examples [example] #101 (@Prabeshpd)
1.2.0
Breaking Changes
- Remove
isStoreEnabled
flag and unused methods #46 [breaking change] [improvement] (@mesaugat)
Improvements
- Add tests to cover initializeMiddleware function #45 [coverage] [test] (@p0k8h)
- Micro Example Path fix #43 (@sumansta)
- Use latest release in all examples #41 (@sumansta)
- Add example for micro #37 [documentation] [example] (@sumansta)
Closed Issues
- Micro example doesn't point to correct path. #42
- Use the latest release in all the examples #39 [example] [good first issue]
- Add tests to cover initializeMiddleware function #38 [coverage] [good first issue] [test]
- Add an example project for micro #13 [example] [feature] [good first issue] [hacktoberfest] [help wanted]
1.1.0
Changes
- Add example project for koa #36 [documentation] [example] (@Swechhya)
- Add implementation to get short id #35 [feature] (@silwalanish)
- Remove unreachable code #34 [improvement] (@mesaugat)
- Add missing tests for edge cases #33 [test] (@kabirbaidhya)
- Add new accessor function getAll() #32 [feature] (@evless)
- Add new accessor function getByKeys() #30 [feature] (@spencerwi)
- Refactor all the examples for consistency and simplicity #29 [example] [refactor] (@kabirbaidhya)
- Add an example project for a basic http server built with just node #25 [example] [node] [web server] (@silwalanish)
- Add example for request id logging #24 [documentation] [example] (@silwalanish)
- Include only source files in test coverage #23 [coverage] (@mesaugat)
- Integrate test code coverage reporting with Codecov and Travis #22 [coverage] [test] (@ghost)
Closed Issues
- New accessor function to retrieve a list of values by keys #28 [feature] [good first issue] [hacktoberfest]
- New accessor function to get all the store contents as a flat object #27 [feature] [good first issue] [hacktoberfest] [improvement]
- Ability to get short id from store.getId() using a flag #26 [feature] [good first issue] [hacktoberfest] [improvement]
- CI - Integrate test code coverage reporting #21 [good first issue] [help wanted] [test]
- Add an example project for a basic http server built with just node #20 [example] [good first issue] [help wanted]
- Add an example project for koa js #17 [example] [good first issue] [hacktoberfest] [help wanted]
- Example with request id logging for express sample app #16 [example]
1.0.2
1.0.1
1.0.0
Changes
- Add a sample project using Express and TypeScript #9 [example] (@kabirbaidhya)
- Update docs in README.md #8 [documentation] (@cham11ng)
- Cleanup and update dependencies #7 (@kabirbaidhya)
1.0.0-beta.1
1.0.0-alpha.1
Changes
- Add scripts to generate changelog and release #4 [script] (@kabirbaidhya)
- Configure Travis CI for running tests #3 [test] (@kabirbaidhya)
- Add MIT License #2 [documentation] (@kabirbaidhya)
- Add initial source code #1 (@kabirbaidhya)