-
Notifications
You must be signed in to change notification settings - Fork 1
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 #111 from CDRH/dev
v1.0.2
- Loading branch information
Showing
10 changed files
with
596 additions
and
141 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 |
---|---|---|
@@ -1 +1 @@ | ||
ruby-2.5.3 | ||
ruby-2.6.6 |
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,48 @@ | ||
# Apium Changelog | ||
|
||
All notable changes to Apium will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic | ||
Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
<!-- Template - Please preserve this order of sections | ||
## [Unreleased] - Brief description | ||
[Unreleased]: https://github.com/CDRH/api/compare/v#.#.#...dev | ||
### Fixed | ||
### Added | ||
### Changed | ||
### Removed | ||
### Migration | ||
### Deprecated | ||
### Contributors | ||
--> | ||
|
||
## [v1.0.2](https://github.com/CDRH/api/compare/v1.0.1...v1.0.2) - escapes and sorting | ||
|
||
### Fixed | ||
- question mark and asterisk behavior in queries | ||
- order of expected, actual in tests | ||
- sort behavior for relevancy | ||
|
||
### Added | ||
- support for multivalued and nested field sorting | ||
- documentation moved back into apium from henbit location in order to version it with software | ||
|
||
### Changed | ||
- ruby, rails, and other gem versions | ||
|
||
## [v1.0.1](https://github.com/CDRH/api/compare/v1.00...v1.0.1) - version 1.0.1 | ||
|
||
### Changed | ||
- ruby, rails, and other gem versions | ||
- version moved to initializer | ||
|
||
## [v1.0.0](https://github.com/CDRH/api/tree/v1.0.0) - Initial Launch |
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
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,7 +1,5 @@ | ||
# Henbit | ||
# Apium | ||
|
||
Henbit is an API to access all public Center for Digital Research in the Humanities resources. It is also an invasive weed in Nebraska. | ||
Apium is an API to access all public Center for Digital Research in the Humanities resources. It is also an invasive weed in Nebraska. | ||
|
||
**Henbit Documentation can be found [in our documentation repository](https://github.com/CDRH/sneezewort/blob/master/docs/api/README.md)** | ||
|
||
**Documentation for entire publishing system can be found here: ([https://github.com/CDRH/sneezewort](https://github.com/CDRH/sneezewort))** | ||
**[Apium Documentation](docs/README.md)** |
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
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
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
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,5 +1,5 @@ | ||
module Api | ||
class Application < Rails::Application | ||
VERSION = "1.0.1" | ||
VERSION = "1.0.2" | ||
end | ||
end |
Oops, something went wrong.