Skip to content

Releases: AlexandreBellas/bling-erp-api-js

Major release: v2.0.0

02 Nov 11:46
d199ead
Compare
Choose a tag to compare

Major release: v2.0.0

Here is our second major version for the package, with infinite improvements, uncountable problems solved on interfacing, enhanced methods logic, and used better programming good practices.

Improvements

Overall, the improvements are:

  • Testing now is with a real account
  • Contacts is fully tested
  • Products is kind of tested
  • Added commercial proposals, contacts, deposits, and purchase orders as entities
  • Solved major bug related to the starting point when importing the module
  • Beautify process of returned data now is working correctly, also with interfaces
  • All the entities are still in English, but soon they will be replicated (and not replaced) to a later Portuguese version, letting both of them available
  • Now, all the available methods are functional; before they had random behavior (the result of testing. finally 🤓)
  • All the errors happened when doing a request are now treated (as we use Axios, it's complicated to keep their errors as standard)

That's it!

We can say from now on that our package is functional and is available for use. Welcome to v2.0.0!

v1.0.1

18 Oct 03:37
Compare
Choose a tag to compare

This is the first public release for Bling ERP API open-source package, created by me and @vitor-san. It includes:

  • Bling default connection
  • Interaction with Products and Orders directly through Bling API
  • Support for typescript and the most complicated Bling entities
  • JEST testing engine
  • CI feature

There is plenty of work to do and many bugs to solve. Step by step it will be built completely :)

Full Changelog: https://github.com/AlexandreBellas/bling-erp-api/commits/v1.0.1