Socket
Socket
Sign inDemoInstall

liquidjs

Package Overview
Dependencies
Maintainers
1
Versions
206
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

liquidjs - npm Package Versions

1
21

10.1.0

Diff

Changelog

Source

10.1.0 (2022-11-29)

Features

  • timezone name for opts.timezoneOffset and date argument, fixes #553 (89c6c76)
harttle
published 10.0.0 •

Changelog

Source

10.0.0 (2022-11-27)

Code Refactoring

  • rename filters to snake style, #487 (ff112a4)
  • _evalToken renamed to evalToken (4e1a30a)
  • change ownPropertyOnly default value to true (7eb6216)
  • delay creation of operatorsTrie and hide this implementation (bb58d3e)
  • remove toThenable export (ffefd91)
  • remove use of internal Context class in evalValue argument (b115077)

Performance Improvements

  • target Node.js 14 for cjs bundle (main entry) (1f6ce7c)

BREAKING CHANGES

  • evalToken now returns a generator (LiquidJS async), which is different from evalToken in previous LiquidJS versions.
  • main entry need Node.js>=14 to run, you can build LiquidJS by your own by using ESM entry.
  • ownPropertyOnly default value changed to true
  • <liquidjs>.toThenable is removed, use <liquidjs>.toPromise instead
  • evalValue won't support Context as second argument anymore.
  • use operators instead of operatorsTrie as Tokenizer constructor argument, #500
  • keys in <liquidjs>.filters are now in snake case (instead of camel case), identical to that in Liquid template.
harttle
published 9.43.0 •

Changelog

Source

9.43.0 (2022-11-27)

Features

  • support timezone offset argument for date filter, #553 (7a71485)
harttle
published 9.42.1 •

Changelog

Source

9.42.1 (2022-10-21)

Bug Fixes

  • truncatewords should use at least one word, #537 (32f613f)
harttle
published 9.42.0 •

Changelog

Source

9.42.0 (2022-08-27)

Features

harttle
published 9.41.0 •

Changelog

Source

9.41.0 (2022-08-24)

Features

  • use evalValue to parse & render expression, #527 (071368a)
harttle
published 9.40.0 •

Changelog

Source

9.40.0 (2022-08-14)

Bug Fixes

Features

  • export toValueSync & defaultOptions to evaluate expression, see #527 (e874b40)
harttle
published 9.39.2 •

Changelog

Source

9.39.2 (2022-07-21)

Bug Fixes

harttle
published 9.39.1 •

Changelog

Source

9.39.1 (2022-07-14)

Bug Fixes

  • throw ParseError instead of RenderError for invalid assign expression, closes #519 (c41a5d5)
harttle
published 9.39.0 •

Changelog

Source

9.39.0 (2022-07-09)

Bug Fixes

  • for tag not respecting Drop#valueOf(), fixes #515 (c3e51ca)

Features

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