Skip to content

Latest commit

 

History

History
95 lines (68 loc) · 2.4 KB

File metadata and controls

95 lines (68 loc) · 2.4 KB

Changelog

1.0.6 - 1 Oct 2025

  • Simplify publish contents

1.0.5 - 19 Sep 2025

  • Add CI
  • Bump to node 22
  • Upgrade to latest eslint

1.0.4 - 10 Sep 2025

  • Fix compilation script before publishing new version

1.0.3 - 10 Sep 2025

  • Update particle-api-js version to fix security warning

1.0.2 - 20 Aug 2025

  • Clarify license is Apache 2.0

1.0.1 - 3 June 2025

  • Upgrade particle-api-js to remove github.com/spark dependency

1.0.0 - 13 Mar 2024

  • Remove Yeoman dependency and use own template engine

0.1.15 - 16 May 2023

  • Fix implementation of library upload so it works in Node 16

0.1.14 - 2 December 2019

  • update to latest superagent to fix deprecation warnings in Node v12

0.1.13 - 6 Septeber 2018

  • Allow single letter names

0.1.12 - 28 March 2017

  • White list files for library upload

0.1.11 - 21 March 2017

  • library validation allows libraries to be renamed
  • library properties files include commented out values for common fields
  • bump version of dependencies, in particular yeoman

0.1.10 - 7 February 2017

  • updated library resources to include the architectures flag. Fixes migration tests in the CLI.

0.1.9

  • Comment out some library fields in template
  • Make sentence mandatory during validation
  • Handle architectures during migration

0.1.7

  • Migrate examples in nested subdirectories

0.1.6

  • Fix validation and tarball creation on Windows

0.1.5

0.1.4

  • adds longest common directory prefix calculation for a list of filenames.

0.1.3

  • Polish library template for init
  • Generate project to compile example on the fly

0.1.2

  • bump mock-fs dependency version to fix babel-polyfill problems running the test
  • Add support for the architectures multi-value property
  • Pass the version number when installing a library

0.1.1

  • Allow 'special' characters in the library name (such as +)

0.1.0

  • Add library validation
  • Add library publish
  • Separate contribute/publish
  • Make yeoman an optional dependency

0.0.4 - 2016-07-06

  • Small fixes

0.0.3 - 2016-07-03

  • Add library migration

0.0.2 - 2016-05-25

  • added src/index.js to re-export key library items to hide internal structure from clients
  • excluded unneeded items in .npmignore

0.0.1 - 2016-05-23

  • Build library repository
  • File system library repository
  • 100% unit test coverage