This repository has been archived by the owner on Aug 17, 2023. It is now read-only.
Releases: cloak-php/coveralls-kit
Releases · cloak-php/coveralls-kit
2.3.0 release
- EnvironmentAdaptor to EnvironmentAdapter
- AbstractAdaptor to AbstractAdapter
- AdaptorResolver to AdapterResolver
- EnvironmentAdaptorNotFoundException to EnvironmentAdapterNotFoundException
2.2.1 Release
- Fix code style
2.2.0 Release
- Jenkins supported
2.0.0 release
- PHP5.4 not support
- Rename CompositeEntityInterface.php -> CompositeEntity.php
- Rename EntityInterface.php -> Entity.php
- Rename CompositeEntityCollectionInterface.php -> CompositeEntityCollection
- Raname CoverageInterface -> CoverageEntity
- Raname Coverage -> CoverageResult
- Raname RepositoryInterface -> RepositoryEntity
- Raname Repository -> GitRepository
- Raname ServiceInterface -> ServiceEntity
- Raname Service -> CIService
- Raname ReportInterface -> ReportEntity
- Raname Report -> CoverallsReport
- Raname AdaptorInterface -> EnviromentAdaptor
- Raname RecordInterface -> FileRecord
- Raname ReportParserInterface -> ReportParser
- Raname ReportBuilder -> CoverallsReportBuilder
- Raname ReportBuilderInterface -> ReportBuilder
- Rename ReportTransfer -> CoverallsReportTransfer
- Rename ReportTransferInterface -> ReportTransfer
- Rename ReportTransferAwareInterface -> ReportTransferAware
- Rename Configuration -> BuilderConfiguration
- Rename ConfigurationInterface -> Configuration
- Rename RootConfigurationInterface -> RootConfiguration
- Rename ConfigurationLoaderInterface -> ConfigurationLoader
- Rename Registry -> ObjectRegistry
- Changed the dom parser from Zend\Dom to Symfony\DomCrawler
- Changed the interface of the report parser
1.4.0.1 release
- Codeship supported