Releases: pgEdge/prest-client
Releases · pgEdge/prest-client
0.1.2
- 8194fb1 test commit
- 4191953 improved README.md
- 5ea83ec improved README.md
- 035d047 published 0.1.2
- 5f4ef38 v0.1.2
- 7925d44 fixed tests based on new method naming
- 0849375 changed naming convention to camelcase from capital for methods
- 148c125 removed db creds from examples
- d9cedae added examples submodule
- b3fa122 updated docs for new 0.1.1 release
- 96f873d releasing version 0.1.1
- edc815c added TextSearch,BatchInsert method and test, docs for them
- a826c29 fixed JSONbFilter, added test for JSONbFilter
- 85e350a added advanced query methods (join, jsonb, filter range)
- 61761f2 added documentation for new chained querie methods
- 0cd2921 added function methods for api
- bcceb4a reverted back to previous CI config
- 2645bca updated workflows
- 416e85c updater releaser.yaml
- 2ee232f releasing version 0.0.7
- 97d02cd added renderer method, added test for all query filter methods
- 6535413 added ChainedQuery to inter,update,delete methods. added all filters for query
- 6ca059a added nested filter method support for show,list methods
0.0.6
- 0a19262 added Delete method to table. added types,docs,tests for Delete. added more test for List method. Cleaned code for baseUrl
- 70cbce0 added Update method to table, added types,docs,tests for Update
- 9d0996d added Insert method to table, added types,docs,tests for Insert
- 30fa099 generated docs for List and Show method
- fff97f2 added /show endpoint in table method
0.0.5
0.0.4
0.0.3
- 8410c60 added envs to workflows file
- f771347 added env to action.yaml
- 887d4ea added description to package.json
- a2ae92d added envs to github action CI config
- eda0fe0 added envs to github action CI config
- b20e53a added envs to github action CI config
- 1672b50 added envs to github action CI config
- 1014e98 added dotenv support
- a0b8e64 releasing version 0.0.3
- ae5c02d added documentation to client, exoported client types and class
- e308d3f added api client and table listing method
0.0.2
0.0.1
0.0.0
- 904bdfc fixed auto github releasing workflow
- 9a97b93 fixed auto github releasing workflow
- 273a37e added auto github releasing workflow
- eea193b replaced npm ci with yarn install --frozen-lockfile in action.yaml
- 526acf6 removed yarn.lock from gitignore
- 3845fbc fixed lock file extension for CI
- 3b8a47e fixed github workflow with correct package manager
- 94d34bf fixed github workflow with correct lock file
- d88c2e9 initialized prest-client