Skip to content

package:liquify v1.6.0

Choose a tag to compare

@kingwill101 kingwill101 released this 26 Jul 15:49
· 6 commits to master since this release
3293eb7

Browser Support

  • Make the package usable from browser builds - Split the filesystem exports so webdev/browser entrypoints no longer pull in dart:io, allowing the package to be used more freely in the browser and in the playground.

Bug Fixes

  • Switch date filter strftime formatting to d4_time_format - Replaced custom _applyStrftime() converter with d4_time_format package for standard strftime specifiers. Custom %P, %:z, %Z (timezone name), and %q (ordinal suffix) specifiers are preserved via a small shim.