Skip to content
This repository was archived by the owner on Sep 18, 2022. It is now read-only.

CrudoDb V2#28

Merged
SourceCodeBot merged 7 commits intomainfrom
next
Dec 1, 2021
Merged

CrudoDb V2#28
SourceCodeBot merged 7 commits intomainfrom
next

Conversation

@SourceCodeBot
Copy link
Owner

  • 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

* 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)
@SourceCodeBot SourceCodeBot changed the title WIP: CrudoDb V2 CrudoDb V2 Dec 1, 2021
@SourceCodeBot SourceCodeBot merged commit 41e6110 into main Dec 1, 2021
@github-actions
Copy link

github-actions bot commented Dec 1, 2021

🎉 This PR is included in version 2.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feature: improve handling with crudodb

1 participant