New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@pinia/colada

Package Overview
Dependencies
Maintainers
0
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pinia/colada - npm Package Versions

234

0.13.6

Diff

Changelog

Source

0.13.6 (2025-02-12)

Features

  • add devtools (43912aa)

Bug Fixes

  • apply multiple filters to getEntries (da5b00c)
posva
published 0.13.5 •

posva
published 0.13.4 •

Changelog

Source

0.13.4 (2025-01-31)

Features

posva
published 0.13.3 •

Changelog

Source

0.13.3 (2025-01-14)

Bug Fixes

  • query: always use placeholderData (4c6a3f7), closes #154
  • query: avoid creating entries after unmounting (e2ff278), closes #155
posva
published 0.13.2 •

Changelog

Source

0.13.2 (2025-01-03)

Bug Fixes

posva
published 0.13.1 •

Changelog

Source

0.13.1 (2024-12-20)

Bug Fixes

  • do not run disabled defined queries on mount (a85ac9f), closes #138
posva
published 0.13.0 •

Changelog

Source

0.13.0 (2024-11-26)

⚠ BREAKING CHANGES

  • types: placeholderData no longer allows returning null, only undefined. This won't affect most use cases and enables better type inference.

Features

  • types: remove undefined with initialData and placeholderData (#114) (6e1863e)
posva
published 0.12.1 •

Changelog

Source

0.12.1 (2024-11-09)

Bug Fixes

  • staleTime of Infinity should still be stale (#99) (6873a6f)
posva
published 0.12.0 •

Changelog

Source

0.12.0 (2024-11-06)

⚠ BREAKING CHANGES

  • transformError was never fully implemented so they are being removed and might come back if they is a real-word use case for them
  • If you were using the delayLoadingRef util, use the @pinia/colada-plugin-delay instead.
  • Renaming Error to defaultError allows to differentiate the property from the existing global Error class. Upgrading should be straightforward.

Features

  • add initial delay plugin (42c8760)
  • add track and untrack actions for plugins (8902ba3)
  • allow dynamic values for auto refetches (63d2fd0)
  • allow extending useQuery return (ef06628)
  • expose more types (4447d6d)
  • plugins: pass scope for added variables (a3b666f)
  • work without the plugin (696f88e)

Bug Fixes

  • avoid broken reactivity in defineQuery (4c48abc)
  • dedupe pinia colada (6ace8e8)
  • keep data if signal is aborted (de5cde5)
  • pass onMutate context (618312b), closes #95
  • remove queryCache from mutation hooks (3f1119a)
  • run create in ssr too (1a6fa4a)
  • ssr: throw on error in query (58b7f69)
  • upgrade to new cache format (03e1683)

Code Refactoring

  • query: remove unused transformError and setup options (de0cb48)
  • remove delayLoadingRef helper in favor of the plugins (4c9b4cb)
  • rename the global Error property in TypesConfig to (0021426)
posva
published 0.11.1 •

Changelog

Source

0.11.1 (2024-10-28)

Features

  • allow refetches to throw on erorr (f168b6c)
  • allow setting data for unexisting queries (5c3870c)

Bug Fixes

  • allow gcTime to never be set (4714b9a)
  • eagerly change asyncStatus on cancel (b2f1349)
  • staleTime of 0 always refreshes (66ef9ec)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc