Tags give the ability to mark specific points in history as being important
-
1.27.12-rc1
protecteda59c9b78 · ·🚨 BREAKING CHANGES: - Now using `BigInt` instead of `Long` - Now using implicit OR instead of AND ✨ NEW FEATURES: - Added support for custom filters and providers (along the piped provider <-> filter flow) - see JSDoc in `.observe` - Added explicit `.and` 📦 Dependencies: - Bumped wax version 🐛 BUG FIXES: - Fixed AND operator - Fixed math-related errors in the feed price observer
-
1.27.6-rc12
protected721e091b · ·🚨 BREAKING CHANGES: - Moved `@hiveio/beekeeper` to devDependencies 🐛 BUG FIXES: - Changed wax version to the officially published version on npmjs
-
1.27.6-rc10
protected13b88274 · ·🚨 BREAKING CHANGES: - Removed AccountOperationVisitor & legacy IQueenBee interface - New chain-observers architecture - QueenBee API redesigned with fluent pattern - EventEmitter → observable pattern - Node.js 20+ required ✨ NEW FEATURES: - Chain-observers system (130+ file changes) - Past data provider for historical analysis 🐛 BUG FIXES: - Transaction broadcasting improvements - Better error handling - Memory optimizations 📚 MIGRATION NEEDED: - accountOperations() → chain-observers pattern - Direct QueenBee methods → fluent API 📈 Stats: 130 commits, 13k+ lines added