ci/cd: fix release asset upload
[awesomized/ext-ion] / package.xml
index 6c8a94fc34b7783ed1331b1c04a63e5c891765d1..e3f4ef8e18c06a004dd341bc93eb18d834c67b79 100644 (file)
@@ -20,7 +20,7 @@ https://awesomized.github.io/ext-ion/
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
- <date>2022-02-01</date>
+ <date>2022-05-13</date>
  <version>
   <release>0.2.0</release>
   <api>0.2.0</api>
@@ -31,7 +31,21 @@ https://awesomized.github.io/ext-ion/
  </stability>
  <license uri="http://copyfree.org/content/standard/licenses/2bsd/license.txt">BSD-2-Clause</license>
  <notes><![CDATA[
-* WIP
+* Improved documentation.
+* Upgrade bundled ion-c library.
+* Fix gh-issue #5: ion\Timestamp crashes with string timezones.
+* Add ion\Exception.
+* Refactor (un)serialization facilities:
+  * Removed ion\Reader\Options class and moved the options to the ion\Reader constructor.
+  * Removed ion\Writer\Options class and moved the options to the ion\Writer constructor.
+  * Renamed ion\Serializer\PHP to ion\Serializer\Serializer.
+  * Renamed ion\Unserializer\PHP to ion\Unserializer\Unserializer.
+  * Changed ion\Serializer::serialize(mixed $data) to
+    ion\Serializer::serialize(mixed $data, ion\Writer|array|null $writer = null).
+  * Changed ion\Unserializer::unserialize(string|resource $data) to
+    ion\Unserializer::unserialize(ion\Reader|string|resource $data)
+* Add support for custom (un)serializers.
+
 ]]></notes>
  <contents>
   <dir name="/">
@@ -78,12 +92,8 @@ https://awesomized.github.io/ext-ion/
      <file role="test" name="Buffer.phpt"/>
      <file role="test" name="Stream.phpt"/>
      <file role="test" name="Iterator.phpt"/>
-     <file role="test" name="Options.phpt"/>
      <file role="test" name="RecursiveIterator.phpt"/>
      </dir>
-    <dir name="Serializer">
-     <file role="test" name="PHP.phpt"/>
-     </dir>
     <file role="test" name="Symbol.phpt"/>
     <dir name="Symbol">
      <file role="test" name="Enum.phpt"/>
@@ -99,6 +109,9 @@ https://awesomized.github.io/ext-ion/
       </dir>
      </dir>
     <file role="test" name="Timestamp.phpt"/>
+    <dir name="Timestamp">
+     <file role="test" name="stringTZ.phpt"/>
+    </dir>
     <file role="test" name="Type.phpt"/>
     <dir name="serialize">
      <file role="test" name="popo.phpt"/>
@@ -112,9 +125,7 @@ https://awesomized.github.io/ext-ion/
      <file role="test" name="serializable.phpt"/>
      <file role="test" name="basic.phpt"/>
     </dir>
-    <dir name="Unserializer">
-     <file role="test" name="PHP.phpt"/>
-    </dir>
+    <file role="test" name="serialize.phpt"/>
     <dir name="unserialize">
      <file role="test" name="multifield.phpt"/>
      <file role="test" name="argtype.phpt"/>
@@ -123,11 +134,15 @@ https://awesomized.github.io/ext-ion/
      <file role="test" name="multisequence.phpt"/>
      <file role="test" name="stream.phpt"/>
     </dir>
+    <file role="test" name="unserialize.phpt"/>
     <file role="test" name="Writer.phpt"/>
     <dir name="Writer">
      <file role="test" name="Buffer.phpt"/>
      <file role="test" name="Stream.phpt"/>
-     <file role="test" name="Options.phpt"/>
+    </dir>
+    <dir name="~integration">
+     <file role="test" name="detect_utf8.phpt"/>
+     <file role="test" name="no_decimals.phpt"/>
     </dir>
    </dir>
    <dir name="scripts">