Releases: AthennaIO/Common
Releases · AthennaIO/Common
3.2.3
3.2.2
3.2.1
3.2.0
- 33b6f1b Merge pull request #16 from AthennaIO/develop
- c901cd1 feat(json): implement object builder
- f6550c4 fix(types): move assert global type only for tests
- 8058566 test(modules): set modules as 19
- d9df3e0 refactor(json): move Object helper methods to Json
- 6aae248 feat(is): add Defined method
- c76fdb0 fix(type): make safeImport return null type too
- 6159f87 feat(module): implement safeImport method
- 7fdeda6 fix(type): add new types to assert class
- 109f1e2 fix(type): folder/file size needs to be string
- 069929b ci(build): add build process to linux ci
- b8ecf1c ci(build): test code transpilation in CI
- 5915c68 cd(build): add transpilation process before publish
- a1b115d Merge pull request #15 from AthennaIO/style/implement-ts
- b4a9a0e test(ts): adjust types in tests
- 079cd45 style(ts): continue refactoring classes to TS
- 2babcce style(ts): initial commit
3.1.0
3.0.2
3.0.1
3.0.0
1.0.2
- 2a744ac Merge pull request #6 from AthennaIO/develop
- dd2c125 Merge pull request #4 from RobsonTrasel/develop
- 2856126 ci(fix): remove local address call method
- 36278ec fix(file): reload file after streaming
- ea2d160 fix(client): use promisify to create pipeline fn
- d0b41ab fix(fake-api): adjust recreate method call
- 5ee429e chore(types): update types files with new signatures
- 5af7ffd test(client): create better builder and tests streams
- 2436e8c chore(client): implement timeout number signature
- 14e89b3 fix(fake-api): implement the recreate method
- b68f3df feat(file): implement create read/write stream methods
- 54d686f fix(api): add form plugin to fake api
- 3660965 feat(client): add tests for head methods
- 840a5b0 fix(fake-api): remove body when status code is 204
- ed8ccfe feat(fake-api): add list routes method
- 0911156 feat(client): add more tests for hooks
- 386ff1e feat(client): add tests for hooks
- 68c32f8 feat(fake-api): add redirectTo option
- 0fc075e feat(client): add cache tests and improve other tests
- 82f8a1d chore(exceptions): remove unused exceptions
- 78b03bb test(test): added responseType test
- 7c9daf6 test(test): added test for cacheOptions
- a16c725 test: added gotoptions test method
- 9b4d1e8 feat(client): add responseType method and remove old FakeApi
- 75747f5 chore(npm): lock fastify version
- a61893f fix(types): change got options to OptionsInit type
- 1cc773c feat(helpers): implement fake api helper
- be4c4e2 chore(comments): remove todos that are already done
- 75eb759 feat(types): add new methods types in .d.ts file
- 340d0ad feat(client): add more methods and improve JSDocs
- 645aa61 fix: fixed indent codes for be default
- 056f1f1 fix: add return to doc for each method
- 4dbe341 feat: all the methods added
- 2e0ddbb feat: added some features and methods
- 65b09b5 chore: format files
- 5fae0e7 feat: add merge, agent and h2session methods
- f58e10f feat: mergeOptions add
- 0aab333 fix: fixed the spaces and semicolons
- 6b068ba feat: add following redirect
- 62848a0 chore: made todo task, added email
- 545920d fix(client): remove wiremock and use simple fake api
- 0e1ea62 ci(lib): try to use wiremock action library
- ce64d3f ci(lib): try to use wiremock action library
- 4935a0b ci(lib): try to use wiremock action library
- 1b84907 ci(lib): try to use wiremock action library
- 03c655b ci(services): give permission to user
- 0fe2267 ci(services): change file paths
- 7ab5486 ci(services): change folder names
- 64ea08f ci(services): remove options
- 284bc24 ci(services): use different wiremock image
- aadcb00 ci(services): use options instead of commands
- 5f59b39 test(client): add tests for GET and POST requests
- 3142f79 test(modules): change assertion to 18 modules
- 3562a25 tests(plugins): remove run failed plugin
- ff325f9 feat(client): add implementation using builder pattern
- d595ebc feat(types): add types for HttpClient module
- 3dbc6cd feat(mocks): add a fake api with wiremock
- c703c64 dev: add got library for http request
- e0e9739 test: make tests for methods
- 176366b chore: make httpclient for requests
- 61f5c37 chore: add helpers for new class
- c51c431 feat: HttpClient class created