Skip to content

Commit ab6bb94

Browse files
committed
Release 1.5
1 parent 79684a4 commit ab6bb94

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,28 @@
1+
1.5:
2+
3+
* Use the original string when it's still not translated
4+
https://github.com/xitrum-framework/scaposer/issues/10
5+
16
1.4:
7+
28
* Update scala-parser-combinators from 1.0.1 to 1.0.2
39
https://github.com/xitrum-framework/scaposer/issues/7
410
* Replace Array with Seq
511
https://github.com/xitrum-framework/scaposer/issues/8
612

713
1.3: Thanks to Martin Pärtel
14+
815
* Fix default plural rule: English uses n != 1 instead of n > 1
916
https://github.com/xitrum-framework/scaposer/pull/4
1017
* Optimize plural form evaluation speed
1118
https://github.com/xitrum-framework/scaposer/pull/5
1219

1320
1.2: Thanks to Julien Polo
21+
1422
* Support tab charater
1523
https://github.com/xitrum-framework/scaposer/pull/3
1624

1725
1.1: Thanks to Grégory Eve
26+
1827
* Support double quotes in msgStr
1928
https://github.com/xitrum-framework/scaposer/pull/2

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,6 @@ build.sbt example:
112112

113113
::
114114

115-
libraryDependencies += "tv.cntt" %% "scaposer" % "1.4"
115+
libraryDependencies += "tv.cntt" %% "scaposer" % "1.5"
116116

117117
Scaposer is used in `Xitrum <https://github.com/xitrum-framework/xitrum>`_.

0 commit comments

Comments
 (0)