Skip to content

v3.0.0

Compare
Choose a tag to compare
@chantouchsek chantouchsek released this 19 Apr 09:58
· 760 commits to main since this release

What's Changed

⚠ BREAKING CHANGES

  • renamed all proxy to service
  • 🔥 rename BaseProxy class to BaseService class
  • break: remove unused methods
  • methods: remove redundant methods from base proxy class

Features

  • add more options to methods (66de43c)

Bug Fixes

  • check set remove param method (e8f3cf4)

  • make parameter type to be object type (129b46d)

  • 🔥 rename BaseProxy class to BaseService class (1e486c3)

  • break: remove unused methods (47f65cb)

  • methods: remove redundant methods from base proxy class (4fb5adb)

  • renamed all proxy to service (a69a5ba)

Full Changelog: v2.0.1...v3.0.0