Skip to content

Releases: thevahidal/soul

v0.3.0

30 Jun 16:15
6036d0a
Compare
Choose a tag to compare

What's Changed

  • Fix cors origin error in the CLI by @AbegaM in #85

Full Changelog: v0.2.2...v0.3.0

v0.2.2

19 Jun 13:14
3dd1d76
Compare
Choose a tag to compare

What's Changed

  • Updated dependencies in core to latest, brings npm audit output to 0 by @KoenDG in #80
  • Updating dependencies in studio to bring npm audit to 0 by @KoenDG in #81
  • Pass CORS config to the CLI by @AbegaM in #83

New Contributors

Full Changelog: v0.2.1...v0.2.2

v0.2.1

15 Nov 12:20
5859d5e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

07 Nov 15:09
e8b5d08
Compare
Choose a tag to compare

Soul is extendable now.

What's Changed

Full Changelog: v0.1.0...v0.2.0

v0.1.0

05 Nov 19:09
e7499a1
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
  • Soul is realtime now. Websockets added.

What's Changed

  • Bulk oprations moved to path params. Bulk operation for retrive endpo… by @thevahidal in #60
  • realtime changes via websockets added. websocket docs added by @thevahidal in #62

Full Changelog: v0.0.8...v0.1.0

v0.0.9

04 Nov 10:34
225c23a
Compare
Choose a tag to compare
v0.0.9 Pre-release
Pre-release
  • All retrieve, update and delete endpoints support bulk mode.

v0.0.8

03 Nov 22:34
225c23a
Compare
Choose a tag to compare
v0.0.8 Pre-release
Pre-release
  • Support for bulk endpoints added.

v0.0.7

03 Nov 15:37
2191c33
Compare
Choose a tag to compare
v0.0.7 Pre-release
Pre-release
Merge pull request #56 from thevahidal/api-examples-doc-rows

Api examples doc rows

v0.0.6

03 Nov 11:06
c685680
Compare
Choose a tag to compare
v0.0.6 Pre-release
Pre-release
Merge pull request #55 from thevahidal/api-examples-doc-tables

table api examples added

v0.0.3

30 Oct 13:24
beda9f5
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release
  • Fixed issue with environment variables #48
  • Studio added #45