Skip to content

Commit 164632c

Browse files
author
Lubos
authored
Remove "Semver" section from notes (#310)
Axios reached v1, this section is outdated.
1 parent f4919f6 commit 164632c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

posts/en/notes.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ prev_title: 'URL-Encoding Bodies'
55
prev_link: '/docs/urlencoded'
66
---
77

8-
## Semver
9-
10-
Until axios reaches a `1.0` release, breaking changes will be released with a new minor version. For example `0.5.1`, and `0.5.4` will have the same API, but `0.6.0` will have breaking changes.
11-
128
## Promises
139

1410
axios depends on a native ES6 Promise implementation to be [supported](http://caniuse.com/promises).
@@ -35,4 +31,4 @@ axios is heavily inspired by the [$http service](https://docs.angularjs.org/api/
3531

3632
## License
3733

38-
[MIT](https://github.com/axios/axios/blob/v1.x/LICENSE)
34+
[MIT](https://github.com/axios/axios/blob/v1.x/LICENSE)

0 commit comments

Comments
 (0)