Releases: ENT8R/node-brocade
Releases · ENT8R/node-brocade
v2.0.1
⬆️ Update dependencies: 778291a
👷 Use Github Actions instead of Travis CI: 94f9b9a
v2.0.0
⚠️ After the shutdown of datakick on March 31 2020, this library now communicates with the API of its successor brocade ⚠️
This breaking change allows you to continue to use the data that was previously collected and stored by datakick. At the moment only read-only API calls are working (e.g. retrieving information about a specific barcode), but this is hopefully going to change in the near future 😄
v1.2.0
- Added support for the browser 💻: e5f8175
The module can be loaded via unpkg:
<script src="https://unpkg.com/[email protected]/dist/datakick.min.js"
integrity="sha384-G7+wh8S35lyoxgsGhaVc37m7t5YvvRT6Io1dWkG8mtRw1O/sKkLvzawfI/NMupLX"
crossorigin="anonymous"></script>
- Require Node.js 8 as a minimum version: 4bdb4ad
- 🔨 Improved code style and updated dependencies ⬆️: 17dab55
v1.1.6
- Fixed 🔧 an issue with the
add()
method which didn't work if an item did not exist yet 🚫:8d10b86
- Updated ⬆️ dependencies 🏬 for better security 🔒
- Smaller improvements for better readability
v1.1.5
- Updated ⬆️ dependencies 🏬 for better security 🔒: b4c2af9
- Improved tests 🍵 where possible and fix 👨🔧 some issues 📛: 9103dac
v1.1.4
All external dependencies used in production mode were removed to make the package as lightweight as possible! 🎉
Behind the scenes, some more test cases were added to ensure that everything works correct!
v1.1.3
This release fixes an issue with the adding of a new item because the API returns now 404
status codes if an item does not exist
v1.1.2
This is also only a minor update which fixes a critical bug which prevented to get results from the list()
method
v1.1.1
This minor release contains:
- more tests
- file linting using eslint
- also there are no some more rejections if not all parameters were passed to the function
v1.1.0
This release contains:
- a better documentation for catching errors
- better differenciation between adding and updating an item