Skip to content
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.

Commit

Permalink
Merge pull request #8 from mocks-server/v1.3.0
Browse files Browse the repository at this point in the history
V1.3.0
  • Loading branch information
javierbrea authored Jan 3, 2020
2 parents 50529f5 + 9c1fe8e commit 7091df7
Show file tree
Hide file tree
Showing 12 changed files with 427 additions and 225 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [To be deprecated]
- Remove deprecated "/mocks" api path.
- Remove property "name" from behavior model.

## [unreleased]
### Added
### Changed
### Fixed
### Removed

## [1.3.0] - 2019-01-03
### Added
- Add property id to behaviors model.

### Changed
- Upgrade dependencies.

## [1.2.1] - 2019-12-25
### Changed
- Upgrade admin-api-paths dependency.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Available api resources are:
* `GET` `/admin/about` Returns plugin information.
* Response body example: `{ "version": "1.2.0" }`
* `GET` `/admin/behaviors` Returns behaviors collection.
* `GET` `/admin/behaviors/:name` Returns an specific behavior.
* `GET` `/admin/behaviors/:id` Returns an specific behavior.
* `GET` `/admin/fixtures` Returns fixtures collection.
* `GET` `/admin/fixtures/:id` Returns an specific fixture.
* `GET` `/admin/settings` Returns current server settings.
Expand Down
Loading

0 comments on commit 7091df7

Please sign in to comment.