Version 0.1.16 0.1.16
authorThierry Florac <thierry.florac@onf.fr>
Thu, 28 Jun 2018 08:35:02 +0200
changeset 208 7c71a08ff111
parent 207 c164b59809c8
child 209 03c69e5c959b
Version 0.1.16
docs/HISTORY.txt
src/pyams_utils.egg-info/PKG-INFO
--- a/docs/HISTORY.txt	Wed Jun 27 12:23:41 2018 +0200
+++ b/docs/HISTORY.txt	Thu Jun 28 08:35:02 2018 +0200
@@ -1,6 +1,17 @@
 Changelog
 =========
 
+0.1.16
+------
+ - updated annotation adapter factory to use a registered object factory if given factory is an
+   interface
+ - added "parent_selector" predicate for IObjectMoved/IObjectAdded events
+ - added "is_interface" function to check if an object is an interface
+ - added IRelativeURL interface, default adapter and TALES "relative_url" extension to get
+   content's URL based on current display context
+ - added "cache_key" and "timestamp" TALES extensions
+ - removed configuration factory interfaces and use standard object factory
+
 0.1.15
 ------
  - added "inherit_from" attribute to IInheritInfo interface
--- a/src/pyams_utils.egg-info/PKG-INFO	Wed Jun 27 12:23:41 2018 +0200
+++ b/src/pyams_utils.egg-info/PKG-INFO	Thu Jun 28 08:35:02 2018 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pyams-utils
-Version: 0.1.15
+Version: 0.1.16
 Summary: Utility functions and classes for PyAMS
 Home-page: http://www.ztfy.org
 Author: Thierry Florac
@@ -48,6 +48,17 @@
         Changelog
         =========
         
+        0.1.16
+        ------
+         - updated annotation adapter factory to use a registered object factory if given factory is an
+           interface
+         - added "parent_selector" predicate for IObjectMoved/IObjectAdded events
+         - added "is_interface" function to check if an object is an interface
+         - added IRelativeURL interface, default adapter and TALES "relative_url" extension to get
+           content's URL based on current display context
+         - added "cache_key" and "timestamp" TALES extensions
+         - removed configuration factory interfaces and use standard object factory
+        
         0.1.15
         ------
          - added "inherit_from" attribute to IInheritInfo interface