Skip to content
This repository was archived by the owner on Jan 22, 2018. It is now read-only.

Commit 13fcd9a

Browse files
author
Kamil Kisiela
committed
docs(changelog): refactor markdown
1 parent 666ee98 commit 13fcd9a

File tree

1 file changed

+105
-69
lines changed

1 file changed

+105
-69
lines changed

CHANGELOG.md

Lines changed: 105 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -1,110 +1,146 @@
1-
# Change Log
2-
All notable changes to this project will be documented in this file.
3-
This project adheres to [Semantic Versioning](http://semver.org/).
1+
Change Log
2+
==========
3+
4+
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
5+
6+
[0.7.2](https://github.com/wieldo/angular-formly-templates-material/compare/v0.7.1...v0.7.2) - 2015-12-08
7+
---------------------------------------------------------------------------------------------------------
48

5-
## [0.7.2] - 2015-12-08
69
### Added
7-
- Documentation for all fields and wrappers
8-
- Banner with version in dist files
10+
11+
- Documentation for all fields and wrappers
12+
- Banner with version in dist files
913

1014
### Changed
11-
- Links to repository after transfer from wieldo to formly-js
1215

13-
## [0.7.1] - 2015-12-01
16+
- Links to repository after transfer from wieldo to formly-js
17+
18+
[0.7.1](https://github.com/wieldo/angular-formly-templates-material/compare/v0.7.0...v0.7.1) - 2015-12-01
19+
---------------------------------------------------------------------------------------------------------
20+
1421
### Changed
15-
- use bound for datepicker's minDate, maxDate and filterDate instead of template manipulator
16-
- remove bound from slider's min, max and step attributes
1722

18-
## [0.7.0] - 2015-11-29
23+
- use bound for datepicker's minDate, maxDate and filterDate instead of template manipulator
24+
- remove bound from slider's min, max and step attributes
25+
26+
[0.7.0](https://github.com/wieldo/angular-formly-templates-material/compare/v0.6.0...v0.7.0) - 2015-11-29
27+
---------------------------------------------------------------------------------------------------------
28+
1929
### Added
20-
- support for npm and bower (angular-formly-material).
30+
31+
- support for npm and bower (angular-formly-material).
2132

2233
### Changed
23-
- Unit testing using karma instead of velocity (with coverage reports)
2434

25-
## [0.6.0] - 2015-11-27
35+
- Unit testing using karma instead of velocity (with coverage reports)
36+
37+
[0.6.0](https://github.com/wieldo/angular-formly-templates-material/compare/v0.5.2...v0.6.0) - 2015-11-27
38+
---------------------------------------------------------------------------------------------------------
39+
2640
### Added
27-
- compatibility with Meteor releases lower then 1.2
2841

29-
## [0.5.2] - 2015-11-19
42+
- compatibility with Meteor releases lower then 1.2
43+
44+
[0.5.2](https://github.com/wieldo/angular-formly-templates-material/compare/v0.5.1...v0.5.2) - 2015-11-19
45+
---------------------------------------------------------------------------------------------------------
46+
3047
### Fixed
31-
- missing md-theme attribute when using templateOptions.theme
48+
49+
- missing md-theme attribute when using templateOptions.theme
3250

3351
### Added
34-
- Tests of all currently available functionality
52+
53+
- Tests of all currently available functionality
3554

3655
### Removed
37-
- deprecated **mdInputContainer** wrapper. Use **inputContainer**
38-
- deprecated **mdMessages** wrapper. Use **messages**
3956

40-
## [0.5.1] - 2015-11-18
57+
- deprecated **mdInputContainer** wrapper. Use **inputContainer**
58+
- deprecated **mdMessages** wrapper. Use **messages**
59+
60+
[0.5.1](https://github.com/wieldo/angular-formly-templates-material/compare/v0.5.0...v0.5.1) - 2015-11-18
61+
---------------------------------------------------------------------------------------------------------
62+
4163
### Changed
42-
- Refactor all files to use Strict Dependency Injection
4364

44-
## [0.5.0] - 2015-11-18
65+
- Refactor all files to use Strict Dependency Injection
66+
67+
[0.5.0](https://github.com/wieldo/angular-formly-templates-material/compare/v0.4.0...v0.5.0) - 2015-11-18
68+
---------------------------------------------------------------------------------------------------------
69+
4570
### Added
46-
- multiple support for select field
47-
- slider field with min, max, step and discrete options
4871

49-
## [0.4.0] - 2015-11-17
72+
- multiple support for select field
73+
- slider field with min, max, step and discrete options
74+
75+
[0.4.0](https://github.com/wieldo/angular-formly-templates-material/compare/v0.3.0...v0.4.0) - 2015-11-17
76+
---------------------------------------------------------------------------------------------------------
77+
5078
### Added
51-
- **md-chip** with placeholder, secondary-placeholder, delete-button-label and delete-hint
52-
79+
80+
- **md-chip** with placeholder, secondary-placeholder, delete-button-label and delete-hint
81+
5382
### Deprecated
54-
- **mdInputContainer** wrapper. Use **inputContainer**
55-
- **mdMessages** wrapper. Use **messages**
5683

57-
## [0.3.0] - 2015-11-17
84+
- **mdInputContainer** wrapper. Use **inputContainer**
85+
- **mdMessages** wrapper. Use **messages**
86+
87+
[0.3.0](https://github.com/wieldo/angular-formly-templates-material/compare/v0.2.0...v0.3.0) - 2015-11-17
88+
---------------------------------------------------------------------------------------------------------
89+
5890
### Added
59-
- datepicker with date range and filtering _(currently in angular-material 1.0_RC4)_
60-
- Tests of formlyMaterial provider
6191

62-
## [0.2.0] - 2015-11-17
92+
- datepicker with date range and filtering *(currently in angular-material 1.0_RC4)*
93+
- Tests of formlyMaterial provider
94+
95+
[0.2.0](https://github.com/wieldo/angular-formly-templates-material/compare/v0.1.0...v0.2.0) - 2015-11-17
96+
---------------------------------------------------------------------------------------------------------
97+
6398
### Added
64-
- Support for textarea with cols and rows
65-
- ApiCheck for label, radio and select
66-
- Support for md-theme
6799

68-
## [0.1.0] - 2015-11-17
100+
- Support for textarea with cols and rows
101+
- ApiCheck for label, radio and select
102+
- Support for md-theme
103+
104+
[0.1.0](https://github.com/wieldo/angular-formly-templates-material/compare/v0.0.4...v0.1.0) - 2015-11-17
105+
---------------------------------------------------------------------------------------------------------
106+
69107
### Added
70-
- Support for md-select with valueProp and labelProp
71-
- Support for md-radio with valueProp and labelProp options
72108

73-
## [0.0.4] - 2015-11-13
109+
- Support for md-select with valueProp and labelProp
110+
- Support for md-radio with valueProp and labelProp options
111+
112+
[0.0.4](https://github.com/wieldo/angular-formly-templates-material/compare/v0.0.3...v0.0.4) - 2015-11-13
113+
---------------------------------------------------------------------------------------------------------
114+
74115
### Removed
75-
- es5-shim package
76-
- standard-minifier package
77116

78-
## [0.0.3] - 2015-11-10
117+
- es5-shim package
118+
- standard-minifier package
119+
120+
[0.0.3](https://github.com/wieldo/angular-formly-templates-material/compare/v0.0.2...v0.0.3) - 2015-11-10
121+
---------------------------------------------------------------------------------------------------------
122+
79123
### Fixed
80-
- Invalid components templateUrl
124+
125+
- Invalid components templateUrl
81126

82127
### Changed
83-
- Package name: wieldo:angular-formly-templates-material
84128

85-
## [0.0.2] - 2015-11-07
129+
- Package name: wieldo:angular-formly-templates-material
130+
131+
[0.0.2](https://github.com/wieldo/angular-formly-templates-material/compare/v0.0.1...v0.0.2) - 2015-11-07
132+
---------------------------------------------------------------------------------------------------------
133+
86134
### Fixed
87-
- Add missing ngMessages
135+
136+
- Add missing ngMessages
88137

89138
### Added
90-
- showError in Messages wrapper
91-
- md-checkbox
92-
- mdTheme to checkbox, switch
93-
- md-switch
94-
95-
## 0.0.1 - 2015-11-06
96-
97-
[0.7.2]: https://github.com/wieldo/angular-formly-templates-material/compare/v0.7.1...v0.7.2
98-
[0.7.1]: https://github.com/wieldo/angular-formly-templates-material/compare/v0.7.0...v0.7.1
99-
[0.7.0]: https://github.com/wieldo/angular-formly-templates-material/compare/v0.6.0...v0.7.0
100-
[0.6.0]: https://github.com/wieldo/angular-formly-templates-material/compare/v0.5.2...v0.6.0
101-
[0.5.2]: https://github.com/wieldo/angular-formly-templates-material/compare/v0.5.1...v0.5.2
102-
[0.5.1]: https://github.com/wieldo/angular-formly-templates-material/compare/v0.5.0...v0.5.1
103-
[0.5.0]: https://github.com/wieldo/angular-formly-templates-material/compare/v0.4.0...v0.5.0
104-
[0.4.0]: https://github.com/wieldo/angular-formly-templates-material/compare/v0.3.0...v0.4.0
105-
[0.3.0]: https://github.com/wieldo/angular-formly-templates-material/compare/v0.2.0...v0.3.0
106-
[0.2.0]: https://github.com/wieldo/angular-formly-templates-material/compare/v0.1.0...v0.2.0
107-
[0.1.0]: https://github.com/wieldo/angular-formly-templates-material/compare/v0.0.4...v0.1.0
108-
[0.0.4]: https://github.com/wieldo/angular-formly-templates-material/compare/v0.0.3...v0.0.4
109-
[0.0.3]: https://github.com/wieldo/angular-formly-templates-material/compare/v0.0.2...v0.0.3
110-
[0.0.2]: https://github.com/wieldo/angular-formly-templates-material/compare/v0.0.1...v0.0.2
139+
140+
- showError in Messages wrapper
141+
- md-checkbox
142+
- mdTheme to checkbox, switch
143+
- md-switch
144+
145+
0.0.1 - 2015-11-06
146+
------------------

0 commit comments

Comments
 (0)