fields 0.0.6
fields: ^0.0.6 copied to clipboard
An object editor for Dart.
Fields Changes #
0.0.6 #
- Update to
tagsversion 0.1.9.
0.0.5 #
- Added support for proxy objects; the fields of the
selectedobject are reflected based on itsruntimeType, which proxy classes may override. - Moved all of the libraries into
lib/src/and export the entire public API through thelib/fields.dartlibrary. This provides a single import statement for applications that use this package.
0.0.4 #
- Cleaned up the
FieldEditorandTransformregistration interfaces. - Gave more specific names to the
Resourcesclasses. - Added the
benchpackage todev_dependenciesto run the unit tests. - Updated to Dart SDK 0.6.13_r25630.
0.0.3 #
- Updated to
tagsversion0.1.4. - Changed the image links in the README.md to absolute links as Pub does not recognize Github relative links: https://github.com/dart-lang/py-gfm/issues/8
0.0.2 #
- More early work.
0.0.1 #
- Initial version.