mirror of
https://github.com/TangentFoxy/lua-date.git
synced 2025-07-27 18:42:18 +00:00
prepare for release
This commit is contained in:
@@ -23,6 +23,6 @@ Tests are located in the `spec` directory and can be run using [busted](http://o
|
||||
|
||||
##Changes:
|
||||
|
||||
- v2.1.1 fix for '>=' operator, added test suite, added Travis CI, license MIT
|
||||
- v2.1.1 fix for '>=' operator [#3](https://github.com/Tieske/date/pull/3), added test suite, added Travis CI, license MIT
|
||||
- v2.1 Lua 5.2 support. Global 'date' will no longer be set.
|
||||
- v2.0 original by Jas Latrix
|
5
date.lua
5
date.lua
@@ -1,8 +1,9 @@
|
||||
---------------------------------------------------------------------------------------
|
||||
-- Module for date and time calculations
|
||||
--
|
||||
-- Version 2.1.1, Copyright (C) 2006, by Jas Latrix (jastejada@yahoo.com)
|
||||
-- Copyright (C) 2013 update to Lua 5.2 by Thijs Schreijer
|
||||
-- Version 2.1.1
|
||||
-- Copyright (C) 2006, by Jas Latrix (jastejada@yahoo.com)
|
||||
-- Copyright (C) 2013-2014, by Thijs Schreijer
|
||||
-- Licensed under MIT, http://opensource.org/licenses/MIT
|
||||
|
||||
--[[ CONSTANTS ]]--
|
||||
|
4002
doc/index.html
4002
doc/index.html
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user