Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
/liquidpyPublic template

Releases: pwwang/liquidpy

0.8.4

05 Mar 19:25
Compare
Choose a tag to compare
Loading
  • feat: add 'each' filter in wild mode

Full Changelog:0.8.3...0.8.4

Assets2
Loading

0.8.3

15 Jan 17:42
Compare
Choose a tag to compare
Loading

This is more of a housekeeping release.

  • dep: bump up dependencies
  • style: fix code styles in tests
  • ci: update actions
  • chore(deps): bump jinja2 to 3.1.5
  • ci: separate tests for python3.7

Full Changelog:0.8.2...0.8.3

Loading
frikky reacted with rocket emoji
1 person reacted

0.8.2

11 Jan 23:53
Compare
Choose a tag to compare
Loading
  • deps: bump jinja2 to 3.1.3

Full Changelog:0.8.1...0.8.2

Loading

0.8.1 (#54)

04 Jun 07:24
757b9bc
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading
  • 📝 Fix badges in README.md
  • 👷 Use latest actions in CI
  • 🏗️ Enable automatic setup file creation with Poetry
  • ⬆️ Upgrade dependencies to the latest
  • ✨ Add* modifier for variable block to keep intial indention for multiline strings for all modes
    if True:  {{* body }}
    withbody:
    print("Hello")print("World")
    will be rendered into:
    if True:  print("Hello")  print("World")
    Note that the indention of print("World") was passed along from the initial indentaion.
  • 📝 Update doc for "indent modifier"
Loading

0.8.0

22 Mar 19:34
Compare
Choose a tag to compare
Loading
  • ⬆️ Upgrade deps including markdown, regex, and python-slugify
  • 📌 Drop support for python3.6
  • 🐛 Fix passingenv toLiquid() not working

What's Changed

Full Changelog:0.7.6...0.8.0

Contributors

  • @pwwang
pwwang
Loading

0.7.6

27 Oct 20:53
c0e398d
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading
  • 🐛 Fix JSON/list parsing in certain cases (#50)

What's Changed

Full Changelog:0.7.5...0.7.6

Contributors

  • @pwwang
pwwang
Loading

0.7.5

24 May 06:06
74ab6be
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

Full Changelog:0.7.4...0.7.5

Loading

0.7.4 (#48)

03 May 20:30
dafb358
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading
  • ✅ Add tests regarding#47
  • 📌 Upgrade and pin dependencies
Loading

0.7.3 (#43)

07 Dec 01:27
9ac12aa
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading
  • 🩹 Makedefault filter work withNone
  • 🩹 Makeattr filter work with dicts
  • 🩹 Use filterliquid_map, in wild mode, instead ofmap, which is overridden by python's builtinmap
Loading

0.7.2 (#41)

19 Oct 21:10
6c3705f
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading
  • 🐛 Fixdate filter issues (#38,#40)
  • ✨ Addmarkdownify for jekyll (#36,#37)
  • ✨ Addnumber_of_words for jekyll
  • ✨ Add jekyll filtersort
  • ✨ Add jekyll filterslugify
  • ✨ Add jekyll filterarray_to_sentence_string
  • ✨ Add jekyll filterjsonify
  • ✨ Add jekyll filtersxml_escape,cgi_escape anduri_escape
  • ✨ Addint,float,str andbool as both filters and globals for all modes (#40)
Loading
Previous1
Previous

[8]ページ先頭

©2009-2025 Movatter.jp