Skip to content

Releases: pgEdge/prest-client

0.1.2

20 Mar 16:33
8194fb1
Compare
Choose a tag to compare
  • 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

04 Mar 13:17
Compare
Choose a tag to compare
  • 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

01 Mar 19:21
Compare
Choose a tag to compare
  • 860b179 released 0.0.5
  • 9009f8d merged schemaname, tablename into single argument

0.0.4

01 Mar 18:23
Compare
Choose a tag to compare
  • 269f4a6 releasing 0.0.4 version
  • 3d02553 made schema param optional in Table method

0.0.3

01 Mar 18:05
Compare
Choose a tag to compare
  • 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

28 Feb 10:41
Compare
Choose a tag to compare
  • b295246 testing npm registry release
  • bc94d85 testing npm registry release
  • aaa70e9 testing npm registry release
  • b4d80c6 testing npm registry release
  • a212fdd automating npm registry release

0.0.1

28 Feb 10:02
Compare
Choose a tag to compare

0.0.0

28 Feb 09:59
Compare
Choose a tag to compare
  • 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