Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

datascript

Package Overview
Dependencies
Maintainers
1
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

datascript - npm Package Versions

23
12

1.7.3

Diff

Changelog

Source

1.7.3 - Jul 22, 2024

  • Fixed find-datom on empty DB #477 thx @RCmerci
tonsky
published 1.7.2 •

Changelog

Source

1.7.2 - Jul 4, 2024

  • Regression: transacting many ref value as a set of inline maps #476
tonsky
published 1.7.1 •

Changelog

Source

1.7.1 - Jun 20, 2024

  • Regression: :db.fn/call returning entity without :db/id #474 #475 via @DerGuteMoritz
tonsky
published 1.7.0 •

Changelog

Source

1.7.0 - Jun 19, 2024

  • Stable sorting of sequences of various types #470
  • Correctly restore :max-tx from storage
  • Fixed tempid/upsert resolution when multiple tempids are added first #472
  • Allow upsert by implicit tuple when only tuple components are specified #473
  • Allow lookup-refs inside tuples used for lookup-refs #452
tonsky
published 1.6.5 •

Changelog

Source

1.6.5 - May 3, 2024

  • Regression: fixed some OR queries broken in 1.6.4 #468 #469
tonsky
published 1.6.4 •

Changelog

Source

1.6.4

  • Implement “constant substitution” optimization for queries #462
  • Fixed :max-eid for dangling entities during reader-based serialization #463
  • Fixed tempid in unique refs #464
  • Pass through BigInteger/BigDeciman to freeze-fn in serializable #465 #466
tonsky
published 1.6.3 •

Changelog

Source

1.6.3

  • Fix regression in 1.6.2 #460 via @galdre
tonsky
published 1.6.2 •

Changelog

Source

1.6.2

  • Query: shortcircuit clause resolution when result is guaranteed to be empty #459 via @galdre
tonsky
published 1.6.1 •

Changelog

Source

1.6.1

  • Fixed JS version bug caused by Conn rewrite
tonsky
published 1.6.0 •

Changelog

Source

1.6.0

  • [ BREAKING ] Implement Conn as a single atom with extend-clj
    • Only breaking if you relied on getting listneres from Conn meta
    • Before: @(:listeners (meta conn))
    • After: (:listeners @(:atom conn))
  • prevent explosion of redundant tuples during rule solving #457, thx @RutledgePaulV
23
12
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