File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,20 @@ All notable changes to this project will be documented in this file.
6
6
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
7
7
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
8
8
9
- ## [ Unreleased]
9
+ ## [ 3.0.0]
10
+
11
+ Changes since 3.0.0-rc.1:
10
12
11
13
* Removed ` promise ` property on the next event (replaced by ` nexted ` event)
12
14
* Added [ ` nexted ` ] ( docs/events.md#nexted ) event
13
15
14
- ## 3.0.0-rc.1
16
+ ** This version is incompatible with previous versions.**
17
+ Read [ UPGRADE.md] ( UPGRADE.md ) for upgrade instructions.
18
+
19
+ ** This version changes the license from MIT to GNU Affero General Public License v3.0.**
20
+ See [ LICENSE] ( LICENSE ) for more details.
21
+
22
+ ## [ 3.0.0-rc.1]
15
23
16
24
Complete rewrite of Infinite Ajax Scroll.
17
25
@@ -99,7 +107,8 @@ See [LICENSE](LICENSE) for more details.
99
107
* Extensible through events
100
108
* Added an extensive test suite
101
109
102
- [ Unreleased ] : https://github.com/webcreate/infinite-ajax-scroll/compare/v2.3.1...master
110
+ [ 3.0.0 ] : https://github.com/webcreate/infinite-ajax-scroll/compare/3.0.0-rc.1...3.0.0
111
+ [ 3.0.0-rc.1 ] : https://github.com/webcreate/infinite-ajax-scroll/compare/v2.3.1...3.0.0-rc.1
103
112
[ 2.3.1 ] : https://github.com/webcreate/infinite-ajax-scroll/compare/v2.3.0...v2.3.1
104
113
[ 2.3.0 ] : https://github.com/webcreate/infinite-ajax-scroll/compare/v2.2.3...v2.3.0
105
114
[ 2.2.3 ] : https://github.com/webcreate/infinite-ajax-scroll/compare/v2.2.2...v2.2.3
You can’t perform that action at this time.
0 commit comments