File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?php
22/**
33 * DreamFactory(tm) Core <http://github.com/dreamfactorysoftware/df-core>
4- * Copyright 2012-2017 DreamFactory Software, Inc. <dspsupport@dreamfactory.com>
4+ * Copyright 2012-2018 DreamFactory Software, Inc. <dspsupport@dreamfactory.com>
55 *
66 * Licensed under the Apache License, Version 2.0 (the "License");
77 * you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change @@ -3,11 +3,16 @@ 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.0] - 2017-12-28
67### Added
7- - DF-1254 Allow setting response headers in all cases
8+ - DF-1254 Allowed setting response headers in all cases
9+ - Added package discovery
810### Changed
9- - DF-1226 Remove deprecated v8js extension methods
10- - Use new df-system repository
11+ - DF-1226 Removed deprecated v8js extension methods
12+ - Used new df-system repository
13+ - DF-1150 Updated copyright and support email
14+ - Reworked service request types
15+ - Cleanup use of checkServicePermission
1116
1217## [ 0.7.0] - 2017-11-03
1318### Changed
@@ -70,7 +75,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
7075## 0.1.0 - 2016-11-30
7176First official release working with the new [ dreamfactory] ( https://github.com/dreamfactorysoftware/dreamfactory ) project.
7277
73- [ Unreleased ] : https://github.com/dreamfactorysoftware/df-script/compare/0.7.0...HEAD
78+ [ Unreleased ] : https://github.com/dreamfactorysoftware/df-script/compare/0.8.0...HEAD
79+ [ 0.8.0 ] : https://github.com/dreamfactorysoftware/df-script/compare/0.7.0...0.8.0
7480[ 0.7.0 ] : https://github.com/dreamfactorysoftware/df-script/compare/0.6.2...0.7.0
7581[ 0.6.2 ] : https://github.com/dreamfactorysoftware/df-script/compare/0.6.1...0.6.2
7682[ 0.6.1 ] : https://github.com/dreamfactorysoftware/df-script/compare/0.6.0...0.6.1
Original file line number Diff line number Diff line change 2424 "email" : " leehicks@dreamfactory.com"
2525 }
2626 ],
27+ "support" : {
28+ "email" : " dspsupport@dreamfactory.com" ,
29+ "source" : " https://github.com/dreamfactorysoftware/df-script" ,
30+ "issues" : " https://github.com/dreamfactorysoftware/df-script/issues" ,
31+ "wiki" : " https://wiki.dreamfactory.com"
32+ },
2733 "require" : {
28- "dreamfactory/df-core" : " ~0.13 .0" ,
34+ "dreamfactory/df-core" : " ~0.14 .0" ,
2935 "dreamfactory/df-system" : " ~0.1.0"
3036 },
3137 "autoload" : {
3541 },
3642 "extra" : {
3743 "branch-alias" : {
38- "dev-develop" : " 0.7 .x-dev"
44+ "dev-develop" : " 0.8 .x-dev"
3945 },
4046 "laravel" : {
4147 "providers" : [
You can’t perform that action at this time.
0 commit comments