最新服务器上的版本,以后用这个
wangzhenxin
2023-11-19 bc164b8bdbfbdf1d8229a5ced6b08d7cb8db7361
commit | author | age
2207d6 1 # Change Log
W 2
3 All notable changes to `sebastianbergmann/object-reflector` are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
4
5 ## 1.1.1 - 2017-03-29
6
7 * Fixed [#1](https://github.com/sebastianbergmann/object-reflector/issues/1): Attributes that with non-string names are not handled correctly
8
9 ## 1.1.0 - 2017-03-16
10
11 ### Changed
12
13 * Changed implementation of `ObjectReflector::getattributes()` to use `(array)` cast instead of `ReflectionObject`
14
15 ## 1.0.0 - 2017-03-12
16
17 * Initial release
18
19 [1.1.1]: https://github.com/sebastianbergmann/object-enumerator/compare/1.1.0...1.1.1
20 [1.1.0]: https://github.com/sebastianbergmann/object-enumerator/compare/1.0.0...1.1.0