--- a/docs/HISTORY.txt Mon Sep 17 17:38:43 2018 +0200
+++ b/docs/HISTORY.txt Tue Sep 18 16:16:41 2018 +0200
@@ -1,6 +1,16 @@
Changelog
=========
+0.1.18
+------
+ - added default JSON encoder to serialize date and datetime objects (required for PyAMS_apm package)
+ - added JS text renderer
+ - use "yield from" in container's ISublocations adapters
+
+0.1.17.1
+--------
+ - update "br" TALES extension to disallow empty context
+
0.1.17
------
- added functions to get unique or random members from iterator
--- a/src/pyams_utils.egg-info/PKG-INFO Mon Sep 17 17:38:43 2018 +0200
+++ b/src/pyams_utils.egg-info/PKG-INFO Tue Sep 18 16:16:41 2018 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: pyams-utils
-Version: 0.1.17.1
+Version: 0.1.18
Summary: Utility functions and classes for PyAMS
Home-page: http://www.ztfy.org
Author: Thierry Florac
@@ -48,6 +48,16 @@
Changelog
=========
+ 0.1.18
+ ------
+ - added default JSON encoder to serialize date and datetime objects (required for PyAMS_apm package)
+ - added JS text renderer
+ - use "yield from" in container's ISublocations adapters
+
+ 0.1.17.1
+ --------
+ - update "br" TALES extension to disallow empty context
+
0.1.17
------
- added functions to get unique or random members from iterator
--- a/src/pyams_utils.egg-info/SOURCES.txt Mon Sep 17 17:38:43 2018 +0200
+++ b/src/pyams_utils.egg-info/SOURCES.txt Tue Sep 18 16:16:41 2018 +0200
@@ -21,6 +21,7 @@
src/pyams_utils/include.py
src/pyams_utils/inherit.py
src/pyams_utils/intids.py
+src/pyams_utils/json.py
src/pyams_utils/list.py
src/pyams_utils/lock.py
src/pyams_utils/progress.py