File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,10 +3,11 @@ All notable changes to this project will be documented in this file.
33This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44
55## [ Unreleased]
6+ ## [ 0.8.1] - 2018-01-25
67### Added
78- DF-1293 Added implements_access_list config option for overriding swagger def for role service access
89### Fixed
9- - DF-1287 Fixed NodeJS (and Python) script execution for large script. Made script size configurable
10+ - DF-1287 Fixed NodeJS (and Python) script execution for large script, making script size limit check configurable
1011- DF-1293 Fixed role service access components when swagger def is supplied
1112
1213## [ 0.8.0] - 2017-12-28
@@ -81,7 +82,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
8182## 0.1.0 - 2016-11-30
8283First official release working with the new [ dreamfactory] ( https://github.com/dreamfactorysoftware/dreamfactory ) project.
8384
84- [ Unreleased ] : https://github.com/dreamfactorysoftware/df-script/compare/0.8.0...HEAD
85+ [ Unreleased ] : https://github.com/dreamfactorysoftware/df-script/compare/0.8.1...HEAD
86+ [ 0.8.1 ] : https://github.com/dreamfactorysoftware/df-script/compare/0.8.0...0.8.1
8587[ 0.8.0 ] : https://github.com/dreamfactorysoftware/df-script/compare/0.7.0...0.8.0
8688[ 0.7.0 ] : https://github.com/dreamfactorysoftware/df-script/compare/0.6.2...0.7.0
8789[ 0.6.2 ] : https://github.com/dreamfactorysoftware/df-script/compare/0.6.1...0.6.2
Original file line number Diff line number Diff line change @@ -143,8 +143,6 @@ protected function getWritablePath($identifier)
143143 $ filePath .= '. ' . $ this ->fileExtension ;
144144 }
145145
146-
147-
148146 return $ filePath ;
149147 }
150148
You can’t perform that action at this time.
0 commit comments