Puli v1.0.0-beta9 Release Notes

Release Date: 2016-01-14 // about 8 years ago
    • made compatible with Symfony 3.0
    • โž• added JSON schema for path mapping files: path-mappings-schema-1.0.json
    • ๐ŸŽ upgraded to webmozart/glob 4.1 to improve performance
    • ๐Ÿ“‡ renamed Resource to PuliResource
    • ๐Ÿ“‡ renamed AbstractPathMappingRepository to AbstractJsonRepository
    • ๐Ÿ“‡ renamed PathMappingRepository to JsonRepository
    • โšก๏ธ renamed OptimizedPathMappingRepository to OptimizedJsonRepository
    • ๐Ÿ”„ changed constructor arguments of JSON repositories from KeyValueStore
      to paths of JSON files
    • โž• added AbstractEditableRepository
    • โž• added ChangeStream
    • โž• added VersionList
    • โž• added NoVersionFoundException
    • โž• added InMemoryChangeStream
    • โž• added KeyValueStoreChangeStream
    • โž• added JsonChangeStream
    • โž• added PuliResource::getVersions()
    • โž• added ResourceRepository::getVersions()
    • โž• added LinkResource::getTarget()
    • made LinkResource serializable

Previous changes from v1.0.0-beta8

    • ๐Ÿ›  fixed problem with slash handling in PathMappingRepository
    • โž• added LinkResource