mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
- 2022년 3월 개발팀 결정사항 적용 - 모듈 등 서드파티 자료 개발시 composer를 사용하면 상위 경로에 있는 코어의 composer.json을 수정하고, 코어의 vendor 디렉토리를 건드리는 것이 기본값임 - 이를 방지하기 위해 코어의 composer.json과 vendor를 common 디렉토리 안으로 이동하여, 모듈 경로에서 상위 폴더로 인식하지 않도록 함
1.3 KiB
1.3 KiB
Changelog
2.1.0 - 2016-08-09
- [Enhancement] Increase rfc compliance (#20)
- Thanks to @skroczek for the full patch.
2.0.3 - 2016-05-23
- [Fix] Exclude development stuff from repository autogenerated ZIP archives (#18)
- Thanks to @mlocati for the full patch.
2.0.2 - 2016-01-07
- [Fix] Encode and decode domains regardless of their casing (#16)
- Thanks to @abcdmitry for the full patch.
2.0.1 - 2015-09-01
- [Fix] Removed
versionproperty fromcomposer.jsonfile- Thanks to @GrahamCampbell for the patch.
2.0.0 - 2015-06-24
- [Enhancement] PHP 7 support
- [Fix] Renamed
Truenamespace toTrueBVas it is a reserved word in PHP 7
1.1.0 - 2015-03-12
- [Enhancement] Character encoding is now passed to the constructor, defaulting to UTF-8, as opposite to relying on
mb_internal_encodingfunction call (#9).
1.0.1 - 2014-08-26
- PSR-2 compliant and automation on Travis-CI
- Thanks to @nyamsprod for initial patch.
- [Fix] Domain containing
x,nor-would result in failures while decoding (#6).
1.0.0 - 2014-03-10
- Initial release