Skip to content

Releases: dotWee/node-red-raindrop

Release v1.0.3

24 Sep 12:05

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

UNRELEASED

v1.0.3 - 2025-09-24

  • Refactor: Standardized config node reference to node.config and added consistent try-catch for client initialization across all nodes
  • Chore: Ran linter with fixes and ensured all tests pass after changes

v1.0.2 - 2025-09-05

  • Fixed: Create Raindrop node 400 error by adding validation for required link field and proper URL validation
  • Fixed: Collection ID handling to avoid invalid collection references when no ID is provided

v1.0.1 - 2025-09-05

  • Fixed: Connection test error "client.getCurrentUser is not a function" by using correct UserApi instead of RaindropApi
  • Minor updates and fixes in the npm package metadata

v1.0.0 - 2025-05-25

  • Initial release under @dotwee/node-red-raindrop
  • Complete CRUD operations for raindrops and collections
  • Advanced search and filtering capabilities
  • Comprehensive test coverage
  • Full API coverage based on OpenAPI specification

Release v1.0.2

05 Sep 14:26

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

UNRELEASED

v1.0.2 - 2025-09-05

  • Fixed: Create Raindrop node 400 error by adding validation for required link field and proper URL validation
  • Fixed: Collection ID handling to avoid invalid collection references when no ID is provided

v1.0.1 - 2025-09-05

  • Fixed: Connection test error "client.getCurrentUser is not a function" by using correct UserApi instead of RaindropApi
  • Minor updates and fixes in the npm package metadata

v1.0.0 - 2025-05-25

  • Initial release under @dotwee/node-red-raindrop
  • Complete CRUD operations for raindrops and collections
  • Advanced search and filtering capabilities
  • Comprehensive test coverage
  • Full API coverage based on OpenAPI specification

Release v1.0.1

05 Sep 13:37

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

1.0.1 - 2025-09-05

  • Fixed: Connection test error "client.getCurrentUser is not a function" by using correct UserApi instead of RaindropApi
  • Minor updates and fixes in the npm package metadata

1.0.0 - 2025-05-25

  • Initial release under @dotwee/node-red-raindrop
  • Complete CRUD operations for raindrops and collections
  • Advanced search and filtering capabilities
  • Comprehensive test coverage
  • Full API coverage based on OpenAPI specification

Release v1.0.0

24 May 22:31

Choose a tag to compare

Automated release for version v1.0.0.
See CHANGELOG.md for details.