This repository was archived by the owner on Sep 18, 2022. It is now read-only.
Merged
Conversation
* BREAKING CHANGE: applySchema on crudodb simplify usage! feat: improve handling with crudodb add new type StoreApi to directly handle CRUD operations update configs improve test coverage resolves #24 * feat: store api implemented new configurations implement store api improve tests update plantuml types file update api (BREAKING CHANGE: no undefined return type allowed anymore, now it throws error) resolves #24 * fix: update eslint rules fix eslint issues * build: dependencies updated
* main: build(deps): bump lodash from 4.17.20 to 4.17.21 (#27)
* main: build(deps): bump ws from 7.4.0 to 7.4.6 (#29)
* main: build(deps): bump semver-regex from 3.1.2 to 3.1.3 (#37) build(deps): bump tmpl from 1.0.4 to 1.0.5 (#38) build(deps): bump tar from 4.4.13 to 4.4.19 (#35) build(deps): bump path-parse from 1.0.6 to 1.0.7 (#34) build(deps): bump hosted-git-info from 2.8.8 to 2.8.9 (#32) build(deps): bump trim-newlines from 3.0.0 to 3.0.1 (#31) build(deps): bump normalize-url from 5.3.0 to 5.3.1 (#30)
|
🎉 This PR is included in version 2.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
feat: improve handling with crudodb
add new type StoreApi to directly handle CRUD operations
update configs
improve test coverage
resolves #24
new configurations
implement store api
improve tests
update plantuml types file
update api (BREAKING CHANGE: no undefined return type allowed anymore, now it throws error)
resolves #24
fix eslint issues