2026-02-25 - 2026-05-25
Overview
There has not been any commit activity in this period.
49 issues closed from 1 user
Closed
#51 [PR #51] [MERGED] Add shouldRollback option to DataProxy
Closed
#52 [PR #52] [MERGED] Do not emit error event if mutation was decided not to be rolled back by shouldRollback callback function
Closed
#50 [PR #50] [MERGED] Add custom logger support
Closed
#47 [PR #47] [MERGED] Isolate BigInt code to support older browsers
Closed
#45 [PR #45] [MERGED] export EventSubscriptionSettings
Closed
#44 [PR #44] [MERGED] Move SimpleObservable implementation to own file
Closed
#41 [PR #41] [MERGED] Log caught errors in query event callbacks
Closed
#42 [PR #43] [MERGED] Fix for Observable export since usage of tsc 5.0.4
Closed
#43 [PR #42] [MERGED] Feature: "warn only" schema definitions
Closed
#39 [PR #39] [MERGED] Fix: no warnings on MutationsDataSnapshot methods
Closed
#40 [PR #40] [MERGED] Fix tsc node16 module resolution
Closed
#37 [PR #38] [MERGED] Refactor private SimpleEventEmitter props to symbols
Closed
#38 [PR #37] [MERGED] DataSnapshot child and forEach type improvements
Closed
#36 [PR #36] [MERGED] Improvement: TS style schema object parser
Closed
#33 [PR #32] [MERGED] Bump json5 from 2.2.1 to 2.2.3
Closed
#34 [PR #34] [MERGED] Optional type parameters for DataSnapshot, DataReference, and associated classes/types
Closed
#35 [PR #35] [MERGED] Improve query option types
Closed
#32 [PR #33] [CLOSED] Import * as Transport/Utils, then export
Closed
#31 [PR #31] [MERGED] Fix stopping LiveDataProxy onChange subscriptions
Closed
#29 [PR #28] [MERGED] lint fixes
Closed
#30 [PR #29] [MERGED] Improvement: api event emitter
Closed
#28 [PR #27] [MERGED] docs: ESM bundle info update
Closed
#26 [PR #25] [MERGED] Add eslint curly rule
Closed
#27 [PR #26] [MERGED] Exclude source files in npm distribution
Closed
#25 [PR #24] [MERGED] Fix: enforce AceBase child key rules
Closed
#22 [PR #21] [MERGED] Moved types and jsdocs into sources
Closed
#23 [PR #22] [MERGED] Typescript: no implicit any
Closed
#24 [PR #23] [MERGED] Type improvements: optional observable & live data proxy
Closed
#21 [PR #19] [MERGED] Fix query performance
Closed
#20 [PR #18] [MERGED] Fix: BigInt (de)serialization
Closed
#18 [PR #14] [MERGED] fix typescript declaration
Closed
#17 [PR #15] [MERGED] Fix: serialize null values
Closed
#19 [PR #16] [MERGED] Fix: binary ascii85 serialization
Closed
#16 [PR #12] [MERGED] fix ESM support - remove require call
Closed
#14 [GH-ISSUE #17] (de)serialization of bigints
Closed
#13 [GH-ISSUE #30] Stopping a live data proxies' onChange subscription cancels others
Closed
#15 [GH-ISSUE #20] Allow better types for DataReference and DataSnapshot
Closed
#10 [GH-ISSUE #11] ref.observe() issues
Closed
#11 [GH-ISSUE #13] Vendored cuid module causes issues w/Vite bundling of client code
Closed
#12 [GH-ISSUE #10] Copying objects within DataProxy
Closed
#8 [GH-ISSUE #7] Live data proxy updating issue
Closed
#9 [GH-ISSUE #8] Double event callbacks using on(event, callback) syntax
Closed
#7 [GH-ISSUE #9] DataProxy Array.reduce not working as expected
Closed
#4 [GH-ISSUE #6] Live data proxy's value not updating when it's being created
Closed
#5 [GH-ISSUE #5] Cannot read property "valueOf" of null. Value of path "..." is not an object (anymore)
Closed
#6 [GH-ISSUE #4] Proxy array.forEach iterates over unproxied values
Closed
#3 [GH-ISSUE #3] Setting proxy property value to null
Closed
#1 [GH-ISSUE #2] Nice to have: check if changes were made in proxy transaction
Closed
#2 [GH-ISSUE #1] Proxyfied array .indexOf issue
52 issues created by 1 user
Opened
#1 [GH-ISSUE #2] Nice to have: check if changes were made in proxy transaction
Opened
#2 [GH-ISSUE #1] Proxyfied array .indexOf issue
Opened
#3 [GH-ISSUE #3] Setting proxy property value to null
Opened
#4 [GH-ISSUE #6] Live data proxy's value not updating when it's being created
Opened
#5 [GH-ISSUE #5] Cannot read property "valueOf" of null. Value of path "..." is not an object (anymore)
Opened
#6 [GH-ISSUE #4] Proxy array.forEach iterates over unproxied values
Opened
#7 [GH-ISSUE #9] DataProxy Array.reduce not working as expected
Opened
#8 [GH-ISSUE #7] Live data proxy updating issue
Opened
#9 [GH-ISSUE #8] Double event callbacks using on(event, callback) syntax
Opened
#10 [GH-ISSUE #11] ref.observe() issues
Opened
#11 [GH-ISSUE #13] Vendored cuid module causes issues w/Vite bundling of client code
Opened
#12 [GH-ISSUE #10] Copying objects within DataProxy
Opened
#13 [GH-ISSUE #30] Stopping a live data proxies' onChange subscription cancels others
Opened
#14 [GH-ISSUE #17] (de)serialization of bigints
Opened
#15 [GH-ISSUE #20] Allow better types for DataReference and DataSnapshot
Opened
#16 [PR #12] [MERGED] fix ESM support - remove require call
Opened
#17 [PR #15] [MERGED] Fix: serialize null values
Opened
#18 [PR #14] [MERGED] fix typescript declaration
Opened
#19 [PR #16] [MERGED] Fix: binary ascii85 serialization
Opened
#20 [PR #18] [MERGED] Fix: BigInt (de)serialization
Opened
#21 [PR #19] [MERGED] Fix query performance
Opened
#22 [PR #21] [MERGED] Moved types and jsdocs into sources
Opened
#23 [PR #22] [MERGED] Typescript: no implicit any
Opened
#24 [PR #23] [MERGED] Type improvements: optional observable & live data proxy
Opened
#25 [PR #24] [MERGED] Fix: enforce AceBase child key rules
Opened
#26 [PR #25] [MERGED] Add eslint curly rule
Opened
#27 [PR #26] [MERGED] Exclude source files in npm distribution
Opened
#28 [PR #27] [MERGED] docs: ESM bundle info update
Opened
#29 [PR #28] [MERGED] lint fixes
Opened
#30 [PR #29] [MERGED] Improvement: api event emitter
Opened
#31 [PR #31] [MERGED] Fix stopping LiveDataProxy onChange subscriptions
Opened
#32 [PR #33] [CLOSED] Import * as Transport/Utils, then export
Opened
#33 [PR #32] [MERGED] Bump json5 from 2.2.1 to 2.2.3
Opened
#34 [PR #34] [MERGED] Optional type parameters for DataSnapshot, DataReference, and associated classes/types
Opened
#35 [PR #35] [MERGED] Improve query option types
Opened
#36 [PR #36] [MERGED] Improvement: TS style schema object parser
Opened
#37 [PR #38] [MERGED] Refactor private SimpleEventEmitter props to symbols
Opened
#38 [PR #37] [MERGED] DataSnapshot child and forEach type improvements
Opened
#39 [PR #39] [MERGED] Fix: no warnings on MutationsDataSnapshot methods
Opened
#40 [PR #40] [MERGED] Fix tsc node16 module resolution
Opened
#41 [PR #41] [MERGED] Log caught errors in query event callbacks
Opened
#42 [PR #43] [MERGED] Fix for Observable export since usage of tsc 5.0.4
Opened
#43 [PR #42] [MERGED] Feature: "warn only" schema definitions
Opened
#44 [PR #44] [MERGED] Move SimpleObservable implementation to own file
Opened
#45 [PR #45] [MERGED] export EventSubscriptionSettings
Opened
#46 [PR #48] Make DataReference.transaction() have a firebase-compatible API
Opened
#47 [PR #47] [MERGED] Isolate BigInt code to support older browsers
Opened
#48 [PR #46] Bump word-wrap from 1.2.3 to 1.2.4
Opened
#49 [PR #49] Move db in DataReference into [_private]
Opened
#50 [PR #50] [MERGED] Add custom logger support
Opened
#51 [PR #51] [MERGED] Add shouldRollback option to DataProxy
Opened
#52 [PR #52] [MERGED] Do not emit error event if mutation was decided not to be rolled back by shouldRollback callback function