package:liquify v1.6.0
·
6 commits
to master
since this release
Browser Support
- Make the package usable from browser builds - Split the filesystem exports so
webdev/browser entrypoints no longer pull indart: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 withd4_time_formatpackage for standard strftime specifiers. Custom%P,%:z,%Z(timezone name), and%q(ordinal suffix) specifiers are preserved via a small shim.