File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3- ## [[ 2.8.0]] ( https://github.com/Clarifai/clarifai-javascript/releases/tag/2.8.0 ) - [ npm] ( https://www.npmjs.com/package/clarifai ) - 2018-06-25
3+ ## [[ 2.8.1]] ( https://github.com/Clarifai/clarifai-javascript/releases/tag/2.8.1 ) - [ npm] ( https://www.npmjs.com/package/clarifai/v/2.8.1 ) - 2018-08-17
4+
5+ ### Fixed
6+ - Pass the ` options ` parameter in ` models.getVersions() `
7+
8+ ## [[ 2.8.0]] ( https://github.com/Clarifai/clarifai-javascript/releases/tag/2.8.0 ) - [ npm] ( https://www.npmjs.com/package/clarifai/v/2.8.0 ) - 2018-06-25
49
510### Added
611- Ability to list workflows using the new ` Workflows ` object
712
813### Fixed
914- Moved ` create ` and ` delete ` to ` Workflows ` , made them deprecated in ` Workflow `
1015
11- ## [[ 2.7.1]] ( https://github.com/Clarifai/clarifai-javascript/releases/tag/2.7.1 ) - [ npm] ( https://www.npmjs.com/package/clarifai ) - 2018-04-23
16+ ## [[ 2.7.1]] ( https://github.com/Clarifai/clarifai-javascript/releases/tag/2.7.1 ) - [ npm] ( https://www.npmjs.com/package/clarifai/v/2.7.1 ) - 2018-04-23
1217
1318### Fixed
1419- Added missing input region serialization
1520
16- ## [[ 2.7.0]] ( https://github.com/Clarifai/clarifai-javascript/releases/tag/2.7.0 ) - [ npm] ( https://www.npmjs.com/package/clarifai ) - 2018-04-09
21+ ## [[ 2.7.0]] ( https://github.com/Clarifai/clarifai-javascript/releases/tag/2.7.0 ) - [ npm] ( https://www.npmjs.com/package/clarifai/v/2.7.0 ) - 2018-04-09
1722
1823### Added
1924- Support for custom face recognition https://github.com/Clarifai/clarifai-javascript/commit/ddee3667df0dfc648568bfc0c71d55600e223f1a
2025
21- ## [[ 2.6.0]] ( https://github.com/Clarifai/clarifai-javascript/releases/tag/2.6.0 ) - [ npm] ( https://www.npmjs.com/package/clarifai ) - 2018-01-17
26+ ## [[ 2.6.0]] ( https://github.com/Clarifai/clarifai-javascript/releases/tag/2.6.0 ) - [ npm] ( https://www.npmjs.com/package/clarifai/v/2.6.0 ) - 2018-01-17
2227
2328### Added
2429- Concept renaming https://github.com/Clarifai/clarifai-javascript/commit/5c966203ec9177d7f7c43b162da1910084f751ca
Original file line number Diff line number Diff line change 11{
22 "name" : " clarifai" ,
3- "version" : " 2.8.0 " ,
3+ "version" : " 2.8.1 " ,
44 "description" : " Official Clarifai Javascript SDK" ,
55 "main" : " dist/index.js" ,
66 "repository" : " https://github.com/Clarifai/clarifai-javascript" ,
You can’t perform that action at this time.
0 commit comments