Skip to content

Releases: ENT8R/node-brocade

v2.0.1

26 Sep 12:39
Compare
Choose a tag to compare

⬆️ Update dependencies: 778291a
👷 Use Github Actions instead of Travis CI: 94f9b9a

v2.0.0

13 Jun 13:28
Compare
Choose a tag to compare

⚠️ 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

14 Aug 09:39
Compare
Choose a tag to compare
  • 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

29 Apr 14:04
c643cee
Compare
Choose a tag to compare
  • 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

12 Jan 16:34
a17e4f8
Compare
Choose a tag to compare
  • Updated ⬆️ dependencies 🏬 for better security 🔒: b4c2af9
  • Improved tests 🍵 where possible and fix 👨‍🔧 some issues 📛: 9103dac

v1.1.4

06 Jul 08:55
1dd1e03
Compare
Choose a tag to compare

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

01 Jun 11:39
d3d4bf7
Compare
Choose a tag to compare

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

14 May 19:25
6a95b9d
Compare
Choose a tag to compare

This is also only a minor update which fixes a critical bug which prevented to get results from the list() method

v1.1.1

11 May 20:07
bdbc75f
Compare
Choose a tag to compare

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

22 Mar 10:26
7d1e983
Compare
Choose a tag to compare

This release contains:

  • a better documentation for catching errors
  • better differenciation between adding and updating an item