-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
19 additions
and
15 deletions.
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 |
---|---|---|
|
@@ -3,3 +3,4 @@ composer.lock | |
composer.phar | ||
autoload.php | ||
/vendor/ | ||
.idea |
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,20 +1,21 @@ | ||
Nemrod 0.1.0 | ||
============= | ||
|
||
* First public release | ||
* ResourceManager supporting SPARQL Endpoints | ||
* QueryBuilder | ||
* Form component | ||
* JsonLD Serialization | ||
|
||
Nemrod 0.1.1 | ||
============ | ||
|
||
* More docs | ||
* Form component: Better empty_data management | ||
* Form component: Literal (or subclass) is instantiated if appropriate | ||
* Resource manager: Datatypes + langs (for strings) are managed in persister | ||
* Resource manager: Resources are snapshoted at first change in graph instead of at loading time (performances gain) | ||
* Resource manager: Repositoty's findOneBy now based on SPARQL subquery + returns a Resource | ||
* Resource manager: resources uri are managed on their expanded form | ||
* Resource manager: a lifecycle listener/subscriber can be registered to ALL (endpoints) managers events at once. | ||
* EasyRdf's Base resource switching abilities are used; Nemrod base resource is default base class in framework | ||
* EasyRdf's Base resource switching abilities are used; Nemrod base resource is default base class in framework | ||
|
||
Nemrod 0.1.0 | ||
============= | ||
|
||
* First public release | ||
* ResourceManager supporting SPARQL Endpoints | ||
* QueryBuilder | ||
* Form component | ||
* JsonLD Serialization |
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