Skip to content

Releases: AthennaIO/Common

3.2.3

24 Jan 17:04
77485c0
Compare
Choose a tag to compare
  • 77485c0 Merge pull request #19 from AthennaIO/develop
  • cdb45e6 fix(import): import change case as default import

3.2.2

24 Jan 15:57
c9837a1
Compare
Choose a tag to compare
  • c9837a1 Merge pull request #18 from AthennaIO/develop
  • d97ffaf fix(json): add referenced values option for get method

3.2.1

24 Jan 15:06
07ae649
Compare
Choose a tag to compare
  • 07ae649 Merge pull request #17 from AthennaIO/develop
  • 24199aa chore(npm): remove @swc/cli dependency
  • 5f96f84 fix(npm): export build folder instead of src

3.2.0

24 Jan 02:28
33b6f1b
Compare
Choose a tag to compare
  • 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

19 Jan 02:21
929f98f
Compare
Choose a tag to compare
  • 929f98f Merge pull request #14 from AthennaIO/develop
  • 9b456ca fix(windows): adjust Path and Exec files to work in Windows env
  • 89d4611 ci(node): update node version support and add windows
  • 20d875b chore(npm): update dependencies

3.0.2

15 Jan 14:45
73a6e53
Compare
Choose a tag to compare
  • 73a6e53 Merge pull request #13 from AthennaIO/develop
  • 8d1dc8b fix(path): adjust resolveEnvironment method

3.0.1

14 Jan 20:54
a4310a3
Compare
Choose a tag to compare
  • a4310a3 Merge pull request #11 from AthennaIO/develop
  • 75273ad chore(helpers): little improvements

3.0.0

09 Jan 16:55
b6d9da1
Compare
Choose a tag to compare
  • b6d9da1 Merge pull request #10 from AthennaIO/develop
  • e7ef848 Merge pull request #9 from AthennaIO/feat/support-ts
  • 33a5a41 feat(path): support ts in path and module

1.0.2

26 Dec 16:04
2a744ac
Compare
Choose a tag to compare
  • 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

1.0.1

29 Oct 14:21
46f8e01
Compare
Choose a tag to compare
  • 46f8e01 Merge pull request #2 from AthennaIO/develop
  • 4f4cbdb test(json): add assertion for falsy default values
  • d4c8cd2 fix(json): remove validation in default value
  • 0b83951 chore(copyright): change the email