Skip to content

Releases: JulianWowra/opensensemap-client

Release v1.8.2

Choose a tag to compare

@github-actions github-actions released this 19 Feb 20:09
v1.8.2
81d266c

🔧 Chore

  • Updated dependencies
  • Updated configuration files

Please update this package to remove security risks

⚠️ Because of security risks in some dependencies, please update this package. (Not all risks are fixed yet with this update)


Full Changelog: v1.8.1...v1.8.2

Release v1.8.1

Choose a tag to compare

@github-actions github-actions released this 12 Jul 10:21
v1.8.1
c57fb38

🩹 Bug fixes

  • Type definitions are now exported correctly

🔧 Chore

  • Don't publish src

Full Changelog: v1.8.0...v1.8.1

Release v1.8.0

Choose a tag to compare

@github-actions github-actions released this 12 Jul 08:52
v1.8.0
1126495

🚀 Features

  • Support for API version 11.3.0 (c9e6adc)
  • Validate responses of OpenSenseMap-API (872aa90)
  • Compiles now for esm (usable in the browser) and cjs (for older Node.js) (96a7d0c)
  • Files are now bundled (96a7d0c)

📖 Docs

  • Clarity of the README.md improved (8af638b)
  • OpenSenseMap links in JS-Doc improved (85bd3a7)
  • Hosted documentation has been visually improved

🧹 Refactor

  • Code quality improved
  • Result types of functions not longer exported. Use Awaited<ReturnType<typeof getBox>> instead if needed (f50c367)

🔧 Chore

  • Bumped dependencies
  • Use pnpm now as package manager (f4fd1ea)
  • Updated Github Actions
  • Providing new files to maintain code quality (f4fd1ea)
  • Moved repository ownership to @JulianWowra (8a3820a)

Full Changelog: v1.7.0...v1.8.0

Release v1.7.0

Choose a tag to compare

@github-actions github-actions released this 26 Nov 12:40

Release v1.6.0

Choose a tag to compare

@github-actions github-actions released this 23 Jul 13:41

Improvements 🚀

  • Support for API version 11.1.0
  • Referencing types
  • Dependencies updated
  • Provide an Insomnia file for debugging
  • Improved clarity in development

Fixed bugs 🐛

  • Corrected types
  • Fixed linting

Breaking changes ❗

Release v1.5.1

Choose a tag to compare

@github-actions github-actions released this 04 Jun 13:28

Improvements 🚀

  • Dependencies updated

Fixed bugs 🐛

  • Added tslib dependency #2

Release v1.5.0

Choose a tag to compare

@github-actions github-actions released this 09 Apr 18:17

Improvements 🚀

  • Support for API version 11.0.0
  • Documentation adapted
  • Dependencies updated

Release v1.4.0

Choose a tag to compare

@github-actions github-actions released this 14 Jan 22:31

Improvements 🚀

  • Support for API version 10.2.3
  • Documentation adapted
  • Dependencies updated

Limitations

  • Support NodeJS version >=16.0.0

Release v1.3.1

Choose a tag to compare

@github-actions github-actions released this 24 Nov 16:36

Please update this package to remove security risks

⚠️ Because of security risks in some dependencies, please update this package. (Not all risks are fixed yet with this update)

Improvements

  • Bumped dependencies

Release v1.3.0

Choose a tag to compare

@github-actions github-actions released this 25 May 14:01

Improvements

  • Use now the Api version 10.0.3
  • Bump dependencies

Bug fixes

  • Arguments are now formatted correctly (deleteMeasurements(), postNewMeasurements())