Skip to content

guoyu07/version.lua

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Version

Version comparison library for Lua. Does simple comparisons between versions, ranges, and sets of ranges. Including basic SemVer support.

License: Apache 2.0

Copyright: Kong Inc.

Author: Thijs Schreijer

Installation

Install through LuaRocks (luarocks install version) or from source, see the github repo.

Documentation

Can be generated using Ldoc. Just run "./ldoc ." from the repo.

Tests are in the spec folder.

Copyright and License

Copyright 2017 Kong Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

History

1.0 13-Oct-2017

  • many breaking changes, renamed methods, added SemVer, and updated 'strict'

0.3 18-Oct-2016

  • relaxed parsing rules, added the strict flag

0.2 14-May-2016

  • added 'tostring' meta-methods, and a required initial version for 'set'

0.1 13-May-2016

  • Initial version

Packages

No packages published

Languages

  • Lua 100.0%