Lines Matching +full:master +full:- +full:g

3 | [Master][Master] | [1.x][1.x] |
4 |:----------------:|:----------:|
5 | [![Build status][Master image]][Master] | [![Build status][1.x image]][1.x] |
6 | [![Coverage Status][Master coverage image]][Master coverage] | [![Coverage Status][1.x coverage i…
8 ![alt text](doc/logo-small.png)
12 This library allows you to (de-)serialize data of any complexity. Currently, it supports XML and JS…
14 It also provides you with a rich tool-set to adapt the output to your specific needs.
16 Built-in features include:
18 - (De-)serialize data of any complexity; circular references and complex exclusion strategies are h…
19 - Supports many built-in PHP types (such as dates, intervals)
20 - Integrates with Doctrine ORM, et. al.
21 - Supports versioning, e.g. for APIs
22 - Configurable via XML, YAML, or Annotations
36 case you have heavily used internal-api or you are relaying on some of the removed features,
39 Pull requests for new features are accepted only on the master branch.
40 Bug fixes are accepted for both master and 1.x branches.
41 Bug fixes sent on the 1.x branch, will be ported to the master branch when possible.
43 [CHANGELOG]: https://github.com/schmittjoh/serializer/blob/master/CHANGELOG.md
44 [UPGRADING]: https://github.com/schmittjoh/serializer/blob/master/UPGRADING.md
46 [Master image]: https://img.shields.io/travis/schmittjoh/serializer/master.svg?style=flat-square
47 [Master]: https://travis-ci.org/schmittjoh/serializer
48 …[Master coverage image]: https://img.shields.io/scrutinizer/coverage/g/schmittjoh/serializer/maste…
49 [Master coverage]: https://scrutinizer-ci.com/g/schmittjoh/serializer/?branch=master
51 [1.x image]: https://img.shields.io/travis/schmittjoh/serializer/1.x.svg?style=flat-square
53 …ge image]: https://img.shields.io/scrutinizer/coverage/g/schmittjoh/serializer/1.x.svg?style=flat-
54 [1.x coverage]: https://scrutinizer-ci.com/g/schmittjoh/serializer/?branch=1.x