Asmir Mustafic
Asmir Mustafic
jms serializer uses the same strategy, and since this library is just a plugin for the serializer, it has to follow the same. On the other side, in jms that...
Adding new extensions requires you to register them via `hateoas.configuration_extension` tag. Are you doing so? It looks that all the drivers should be wrapped in a extension driver class (not...
yes, just wrote it on my own... was simpler than expected. Here it is ```php
it would be nice to have it as extension... but for my case worked good enough.
I have forked this repo in https://github.com/php-serializers/ivory-serializer-benchmark and created a `php-serializers` github org. I invite you to use https://github.com/php-serializers/ivory-serializer-benchmark for benchmarking PHP serializer libraries I have merged some PR from...
`y.M.d - G` can not be parsed (using `toString`), but is a valid ICU format...
I will prefer to have something as `toStringIcu` and `parseExactIcu`. I'm not sure that all ICU rules are compatible with ISO.
You have to support also here https://github.com/abritinthebay/datejs/blob/master/src/core/parsing_grammar.js#L116 the single "y" format.
here https://github.com/twitter/twitter-cldr-js, they have implemented the `toString` that uses ICU format, but they do not offer anything like `parseExact`.