|
1 |
| -CHANGELOG |
2 |
| -========= |
3 |
| - |
4 |
| -## 1.0 (2015.03.07) |
5 |
| - |
6 |
| -* 8d81dea Exorg\ namespace added, autoloading changed to PSR-4 |
7 |
| -* b2127d8 Merge pull request #8 from katheroine/issue-2-decapsulator |
8 |
| -* d3ad956 ObjectDecapsulator code style fixed (#2) |
9 |
| -* 10f1fee Merge pull request #7 from katheroine/issue-2-decapsulator |
10 |
| -* 8f7df0d ObjectDecapsulator tests moved to separated directory and namespace (#2) |
11 |
| -* 9dec4b0 ObjectDacapsulator magic __construct disabled (#2) |
12 |
| -* 305cf16 Tests refactoring. ObjectDecapsulator bugs fixes. (#2) |
13 |
| -* c691130 Merge pull request #6 from katheroine/issue-2-decapsulator |
14 |
| -* 51bd7d1 ObjectDecapsulator magic __call method implemented (#2) |
15 |
| -* 068511c ObjectDecapsulator callMethod method implemented (#2) |
16 |
| -* ff680b9 ObjectDecapsulator methodExists method implemented (#2) |
17 |
| -* 5f83b91 ObjectDecapsulator magic __get method implemented (#2) |
18 |
| -* 15f7307 ObjectDecapsulator getProperty method implemented (#2) |
19 |
| -* 4df3f77 ObjectDecapsulator magic __set method implemented (#2) |
20 |
| -* 782f7f8 ObjectDecapsulator setProperty method implemented (#2) |
21 |
| -* 0895a13 ObjectDecapsulator propertyExists method implemented (#2) |
22 |
| -* a0b1330 ObjectDecapsulator buildForObject method implemented (#2) |
23 |
| -* 445a8c2 ObjectDecapsulator objectIsValid method implemented (#2) |
24 |
| -* 7bbfa79 ObjectDecapsulator createInstanceFromObject method implemented (#2) |
25 |
| -* 0535d73 ObjectDecapsulator setUpWithObject method implemented (#2) |
26 |
| -* 9c79d60 ObjectDecapsulator setObject method implemented (#2) |
27 |
| -* a184695 ObjectDecapsulator setUpReflection method implemented (#2) |
28 |
| -* fea6c27 Merge pull request #5 from katheroine/issue-1-composer-config |
29 |
| -* 766d1f6 Add PHP_CodeSniffer to the composer configuration (#1) |
30 |
| -* 584c283 Merge pull request #4 from katheroine/issue-1-composer-config |
31 |
| -* 431ba22 Fix composer config and add PHPUnit config (#1) |
32 |
| -* ffdd6c2 Merge pull request #3 from katheroine/issue-1-composer-config |
33 |
| -* 0dee43f Fix composer configuration and git ignored files (#1) |
34 |
| -* fb0ede8 Add composer configuration and update git ignored files (#1) |
35 |
| -* 79d95f8 Create README.md |
36 |
| -* 1a4ff5f Create LICENSE.md |
37 |
| - |
38 |
| - |
| 1 | +# Changes in Decapsulator |
| 2 | +All notable changes to this project will be documented in this file. |
| 3 | +This project adheres to [Semantic Versioning](http://semver.org/). |
| 4 | + |
| 5 | +## [2.0.0] - 2024-05-04 |
| 6 | +### Changed |
| 7 | +- Basic dependencies |
| 8 | +- Coding style, class properties & methods signatures |
| 9 | + |
| 10 | +## [1.0] - 2015.03.07 |
| 11 | +### Added |
| 12 | +- ObjectDecapsulator - magic __set method |
| 13 | +- ObjectDecapsulator - magic __get method |
| 14 | +- ObjectDecapsulator - magic __call method |
0 commit comments