-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #415 from samvera-labs/v1.0.0.rc1
Add CHANGELOG and adjust version.
- Loading branch information
Showing
2 changed files
with
44 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# v1.0.0.RC1 2018-03-02 | ||
|
||
Initial Release | ||
|
||
## Changes Since Last Sprint | ||
|
||
* Added find_many_by_ids query. | ||
* Enforces only persisting arrays - no scalars. | ||
* Fixes casting edge cases for `Set` and `Array`. | ||
* Significantly improved documentation | ||
* Support `Booleans` | ||
* Support `RDF::Literal` | ||
* Fix support for `DateTime`. | ||
* Fix rake tasks leaking out of gem. | ||
* Extract derivatives/file characterization to | ||
[valkyrie-derivatives](https://github.com/samvera-labs/valkyrie-derivatives) | ||
* ChangeSet shared spec | ||
* Allow strings as an argument for find_by. | ||
* Improve development documentation. | ||
* Throw error on `find_inverse_references_by` for unsaved `resource`. | ||
|
||
## Special Thanks to All Contributors: | ||
|
||
* [atz](https://github.com/atz) | ||
* [awead](https://github.com/awead) | ||
* [barmintor](https://github.com/barmintor) | ||
* [bmquinn](https://github.com/bmquinn) | ||
* [cam156](https://github.com/cam156) | ||
* [carrickr](https://github.com/carrickr) | ||
* [cbeer](https://github.com/cbeer) | ||
* [cjcolvar](https://github.com/cjcolvar) | ||
* [csyversen](https://github.com/csyversen) | ||
* [dlpierce](https://github.com/dlpierce) | ||
* [escowles](https://github.com/escowles) | ||
* [geekscruff](https://github.com/geekscruff) | ||
* [hackmastera](https://github.com/hackmastera) | ||
* [jcoyne](https://github.com/jcoyne) | ||
* [jeremyf](https://github.com/jeremyf) | ||
* [jgondron](https://github.com/jgondron) | ||
* [jrgriffiniii](https://github.com/jrgriffiniii) | ||
* [mbklein](https://github.com/mbklein) | ||
* [stkenny](https://github.com/stkenny) | ||
* [tpendragon](https://github.com/tpendragon) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# frozen_string_literal: true | ||
module Valkyrie | ||
VERSION = "0.1.0" | ||
VERSION = "1.0.0.rc1" | ||
end |