hivehook 1.0.0-alpha.3 copy "hivehook: ^1.0.0-alpha.3" to clipboard
hivehook: ^1.0.0-alpha.3 copied to clipboard

A powerful plugin system for Hive that adds hooks, lifecycle management, and middleware capabilities with built-in TTL, LRU caching, validation, and custom transformations.

Changelog #

1.0.0-alpha.3 #

  • improved testing

1.0.0-alpha.2 #

  • Added meta hooks for metadata transformation and encryption
  • New events: readMeta, writeMeta, deleteMeta, clearMeta
  • Meta-first pattern for efficient TTL checks before value reads
  • Standalone meta methods: getMeta, putMeta, deleteMeta

1.0.0-alpha.1 #

  • Rebuilt on HiHook framework for advanced hook composition
  • Environment isolation with scoped key prefixing
  • Lazy BoxCollection opening on first access
  • Simplified configuration API
  • 112 tests passing

0.2.0 #

  • Consolidated metadata into single box with namespaced keys
  • Web debug mode for DevTools inspection
  • Revamped example app

0.1.7 #

  • Bump hive_ce version

0.1.6 #

  • Added cacheOnNullValues option to ifNotCached methods
  • Added static clearAll method
  • usesMeta now defaults to true

0.1.5 #

  • Fixed payload env propagation

0.1.4 #

  • TTL plugin accepts string and int keys

0.1.3 #

  • Added iteration methods

0.1.2 #

  • Added ifNotCached method

0.1.1 #

  • Simplified metadata serialization

0.1.0 #

  • Initial release
  • Hook system for intercepting Hive operations
  • Plugin architecture with TTL and LRU built-in
  • Serialization hooks for encryption and compression
  • Metadata support
  • Multiple isolated environments
  • Web platform support
1
likes
150
points
407
downloads

Publisher

verified publisherpathverse.ca

Weekly Downloads

A powerful plugin system for Hive that adds hooks, lifecycle management, and middleware capabilities with built-in TTL, LRU caching, validation, and custom transformations.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

hihook, hive_ce

More

Packages that depend on hivehook