mirror of
https://github.com/kemko/liquid.git
synced 2026-01-08 03:05:42 +03:00
Compare commits
5 Commits
fix/echo-p
...
v5.0.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4e7a953e73 | ||
|
|
6ac2499f7f | ||
|
|
ff70161512 | ||
|
|
026157e128 | ||
|
|
bf64239ea6 |
10
History.md
10
History.md
@@ -1,5 +1,15 @@
|
|||||||
# Liquid Change Log
|
# Liquid Change Log
|
||||||
|
|
||||||
|
## 5.0.1 / 2021-03-24
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
* Add ParseTreeVisitor to Echo tag (#1414) [CP Clermont]
|
||||||
|
* Test with ruby 3.0 as the latest ruby version (#1398) [Dylan Thacker-Smith]
|
||||||
|
* Handle carriage return in newlines_to_br (#1391) [Unending]
|
||||||
|
|
||||||
|
### Performance Improvements
|
||||||
|
* Use split limit in truncatewords (#1361) [Dylan Thacker-Smith]
|
||||||
|
|
||||||
## 5.0.0 / 2021-01-06
|
## 5.0.0 / 2021-01-06
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|||||||
@@ -2,5 +2,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module Liquid
|
module Liquid
|
||||||
VERSION = "5.0.0"
|
VERSION = "5.0.1"
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user