This commit is contained in:
Tutur33
2023-11-24 22:35:41 +01:00
parent 3c0b507a93
commit 7644b2a0f7
45165 changed files with 4803356 additions and 3 deletions
+35
View File
@@ -0,0 +1,35 @@
Change Log
====================================================================================================
All notable changes will be documented in this file.
Swagger Methods adheres to [Semantic Versioning](http://semver.org/).
[v3.0.0](https://github.com/APIDevTools/swagger-methods/tree/v3.0.0) (2020-03-10)
----------------------------------------------------------------------------------------------------
- Moved Swagger Methods to the [@APIDevTools scope](https://www.npmjs.com/org/apidevtools) on NPM
- The "swagger-methods" NPM package is now just a wrapper around the scoped "@apidevtools/swagger-methods" package
[Full Changelog](https://github.com/APIDevTools/swagger-methods/compare/v2.1.0...v3.0.0)
[v2.0.0](https://github.com/APIDevTools/swagger-methods/tree/v2.0.0) (2019-06-11)
----------------------------------------------------------------------------------------------------
### Breaking Changes
- Dropped support for Node 0.10 through 6.0.0
- Converted to ES6 syntax
[Full Changelog](https://github.com/APIDevTools/swagger-methods/compare/v1.0.1...v2.0.0)
[v1.0.0](https://github.com/APIDevTools/swagger-methods/tree/v1.0.0) (2015-09-07)
----------------------------------------------------------------------------------------------------
Initial release 🎉