File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22All notable changes to this project will be documented in this file.
33This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44
5- ## [ Unreleased ]
5+ ## [ 0.3.0 ] - 2015-11-23
66### Added
77- Support autoformly.validation.messages in SimpleSchema
88- Add optional manual formly configuration for each field in autoFormly service
@@ -33,7 +33,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
3333
3434## 0.0.1 - 2015-11-14
3535
36- [ Unreleased ] : https://github.com/wieldo/meteor-autoformly/compare/v0.2.1...HEAD
36+ [ 0.3.0 ] : https://github.com/wieldo/meteor-autoformly/compare/v0.2.1...v0.3.0
3737[ 0.2.1 ] : https://github.com/wieldo/meteor-autoformly/compare/v0.2.0...v0.2.1
3838[ 0.2.0] : https://github.com/wieldo/meteor-autoformly/compare/v0.1.0...v0.2.0
3939[ 0.1.0 ] : https://github.com/wieldo/meteor-autoformly/compare/v0.0.1...v0.1.0
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ var client = 'client';
44Package . describe ( {
55 name : "wieldo:autoformly" ,
66 summary : "Create angular-formly forms with automatic insert and update, and automatic reactive validation." ,
7- version : "0.2.1 " ,
7+ version : "0.3.0 " ,
88
99 documentation : 'README.md' ,
1010 git : 'https://github.com/wieldo/meteor-autoformly.git'
You can’t perform that action at this time.
0 commit comments