Skip to content

Commit

Permalink
move changelog to own file
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkudera committed Sep 9, 2015
1 parent c70246e commit a4f671f
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 50 deletions.
49 changes: 49 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# Change log

## [2.1.3](https://github.com/Carrooi/Nette-ImagesManager/compare/2.1.2...2.1.3)
* Optimize exceptions
* Throw an exception when uploading image with unknown name (eg. without file extension)
* Remove old image before reuploading even with different extension [#6](https://github.com/Carrooi/Nette-ImagesManager/issues/6)

## [2.1.2](https://github.com/Carrooi/Nette-ImagesManager/compare/2.1.1...2.1.2)
* Fix isImage and isNotImage latte macros for missing images

## [2.1.1](https://github.com/Carrooi/Nette-ImagesManager/compare/2.1.0...2.1.1)
* Fix url macros when using with custom objects
* Use CachedImagesStorage by default (replaces MemoryImagesStorage)

## [2.1.0](https://github.com/Carrooi/Nette-ImagesManager/compare/2.0.3...2.1.0)
* Optimized caching
* Refactored loading of default images
* Storing loaded random default image [#3](https://github.com/Carrooi/Nette-ImagesManager/issues/3)

## [2.0.3](https://github.com/Carrooi/Nette-ImagesManager/compare/2.0.2...2.0.3)
* Using only forward slashes at urls [#4](https://github.com/Carrooi/Nette-ImagesManager/issues/4)

## [2.0.2](https://github.com/Carrooi/Nette-ImagesManager/compare/2.0.1...2.0.2)
* Names of namespaces configured in DI can now contain any character

## [2.0.1](https://github.com/Carrooi/Nette-ImagesManager/compare/2.0.0...2.0.1)
* Fixed error with loading images without extension and they don't exists

## [2.0.0](https://github.com/Carrooi/Nette-ImagesManager/compare/1.1.0...2.0.0)
* Optimized tests
* Optimized dependencies of all classes
* Removed dependency on whole nette/nette and requiring only needed packages
* Require nette >= 2.2 (bc break)
* Latte macros src and image can return absolute urls
* Returning dummy images for thumbnails if no default image is found (uses [satyr.io](http://satyr.io/))
* Change base namespace from `DK` to `Carrooi` (bc break)
* Package and repository moved under Carrooi organization
* Packageist package renamed from `sakren/nette-images-manager` to `carrooi/images-manager` (bc break)

## [1.1.0](https://github.com/Carrooi/Nette-ImagesManager/compare/1.0.0...1.1.0)
* Some optimizations
* Upload method now uses quality from namespace configuration
* Added name resolvers
* Images can be loaded without their files' extensions
* Added caching (now using just in searching for files' extensions)
* Little bit better readme

## 1.0.0
* Initial version
50 changes: 0 additions & 50 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -410,53 +410,3 @@ images:
default: <list|avatars>
```

# Changelog

* 2.1.3
+ Optimize exceptions
+ Throw an exception when uploading image with unknown name (eg. without file extension)
+ Remove old image before reuploading even with different extension [#6](https://github.com/Carrooi/Nette-ImagesManager/issues/6)

* 2.1.2
+ Fix isImage and isNotImage latte macros for missing images

* 2.1.1
+ Fix url macros when using with custom objects
+ Use CachedImagesStorage by default (replaces MemoryImagesStorage)

* 2.1.0
+ Optimized caching
+ Refactored loading of default images
+ Storing loaded random default image [#3](https://github.com/Carrooi/Nette-ImagesManager/issues/3)

* 2.0.3
+ Using only forward slashes at urls [#4](https://github.com/Carrooi/Nette-ImagesManager/issues/4)

* 2.0.2
+ Names of namespaces configured in DI can now contain any character

* 2.0.1
+ Fixed error with loading images without extension and they don't exists

* 2.0.0
+ Optimized tests
+ Optimized dependencies of all classes
+ Removed dependency on whole nette/nette and requiring only needed packages
+ Require nette >= 2.2 (bc break)
+ Latte macros src and image can return absolute urls
+ Returning dummy images for thumbnails if no default image is found (uses [satyr.io](http://satyr.io/))
+ Change base namespace from `DK` to `Carrooi` (bc break)
+ Package and repository moved under Carrooi organization
+ Packageist package renamed from `sakren/nette-images-manager` to `carrooi/images-manager` (bc break)

* 1.1.0
+ Some optimizations
* Upload method now uses quality from namespace configuration
* Added name resolvers
* Images can be loaded without their files' extensions
* Added caching (now using just in searching for files' extensions)
* Little bit better readme

* 1.0.0
+ Initial version

0 comments on commit a4f671f

Please sign in to comment.