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]