rxi
a42cbb12f0
Changed all applicable functions to use iter func based on table
2015-01-10 14:23:25 +00:00
rxi
0c21cfcf5b
Updated lume.each() to use iter func based on table type
2015-01-10 14:13:07 +00:00
rxi
0e4256ef0d
Version 1.5.0
2014-12-21 12:25:38 +00:00
rxi
bcad07fc5f
Added explanation of calling lume() to the README
2014-12-13 01:00:47 +00:00
rxi
8f1267f967
Added lume.first() and .last(), updated README.md and tests
2014-12-12 21:33:41 +00:00
rxi
de37bd6d65
Added lume.keys() and tests, updated docs
2014-12-12 20:40:25 +00:00
rxi
ac920c8f5e
Fixed lume.invert test name
2014-12-12 20:28:48 +00:00
rxi
5d258d4fd0
Made calling lume table an alias to calling lume.chain()
...
Updated tests
2014-12-12 20:25:54 +00:00
rxi
df26e7939d
Added tests for funcitons which now use iteratee()
2014-12-12 20:22:29 +00:00
rxi
16e370cdf0
Changed all applicable functions to use iteratee() internally
2014-12-12 19:45:22 +00:00
rxi
0b991d7ea5
Added identity() and iteratee() local funcs
2014-12-12 18:56:13 +00:00
rxi
f6174a4b68
Version 1.4.1
2014-07-17 22:02:39 +01:00
rxi
d99bf9549a
Removed unnecessary pack & unpack from lume.array()
2014-06-16 21:07:40 +01:00
rxi
0cc52cd24e
Version 1.4.0
2014-05-18 08:46:28 +01:00
rxi
0a8258d608
Made some minor formatting changes
2014-05-07 08:21:36 +01:00
rxi
95c3f8960d
Merge pull request #3 from icrawler/Dev2
...
Stripped all trailing whitespace, changed ease function, and pre-computed po2
2014-05-07 08:18:22 +01:00
Phoenix Enero
6b73aaa8ad
Pre-computed powers of two in lume.rgba
2014-05-07 12:11:29 +08:00
Phoenix Enero
1a82d308af
Changed ease function from cosine to cubic
2014-05-07 12:11:26 +08:00
Phoenix Enero
17b58ec63d
Stripped all trailing whitespace
2014-05-07 12:11:15 +08:00
rxi
5ab25046a2
Renamed local memoize_nilkey -> memoize_nil
2014-05-01 21:27:57 +01:00
rxi
3f61d823ae
Changed position of lume.time() function
2014-05-01 19:23:44 +01:00
rxi
0716caf6a1
Added lume.memoize(), updated README.md and tests
2014-05-01 18:58:29 +01:00
rxi
6a160a3afe
Fixed iscallable() to handle the lack of metatable properly
2014-04-28 12:52:29 +01:00
rxi
fff0d780bb
Updated README.md and tests for lume.combine()
2014-04-28 12:48:44 +01:00
rxi
283f7ee787
Changed lume.combine() to ignore nil args
2014-04-28 12:46:58 +01:00
rxi
076ca7972c
Version 1.3.1
2014-04-23 20:11:00 +01:00
rxi
c2311f9821
Added missing tostring() call on args in lume.trace()
2014-04-19 09:06:33 +01:00
rxi
beced85d6b
Updated test for lume.trace()
2014-04-18 19:16:33 +01:00
rxi
8a2765a41b
Fixed lume.trace() to handle and print nil
argument
2014-04-18 19:15:13 +01:00
rxi
09847bd266
Version 1.3.0
2014-04-17 20:52:54 +01:00
rxi
841cee30e1
Added another test for lume.slice()
2014-04-17 12:30:19 +01:00
rxi
cd3c0a1eea
Made callable tables be accepted as functions
2014-04-17 12:13:50 +01:00
rxi
3190d65130
Removed use of math.min and math.max in lume.slice()
2014-04-17 12:07:59 +01:00
rxi
c7471b32fb
Changed lume.uuid() to use local math_random()
2014-04-05 23:08:03 +01:00
rxi
bb56f1ce3a
Added missing comment for lume.uuid func in test_lua.lua
2014-04-05 16:37:05 +01:00
rxi
098754056a
Added tests for lume.chain()
2014-04-05 16:35:53 +01:00
rxi
330779fb0f
Added lume.chain(), added section to README.md
2014-04-05 16:30:10 +01:00
rxi
acdb58a447
Added lume.uuid(), tests and README.md section
2014-04-05 14:41:31 +01:00
rxi
88b428cb4d
Added lume.count() to README.md
2014-04-05 12:21:36 +01:00
rxi
fdf01937e2
Added lume.count() function and tests
2014-04-05 12:11:41 +01:00
rxi
3a4ce4fe3b
Added type check in lume.fn() and additional tests
2014-04-04 18:38:36 +01:00
rxi
1a087efe99
Added lume.match() to README.md
2014-04-04 18:21:21 +01:00
rxi
9a82d6318e
Added tests for lume.match()
2014-04-04 18:09:23 +01:00
rxi
30991649f8
Added lume.match()
2014-04-04 18:08:39 +01:00
rxi
dbd93b3861
Moved position of lume.combine() in readme and other files
2014-04-03 20:17:31 +01:00
rxi
8311519e3f
Added test for lume.combine() to test_lume.lua
2014-04-03 20:10:08 +01:00
rxi
82c697b08e
Added lume.combine() to README.md
2014-04-03 20:09:56 +01:00
rxi
5db6be936a
Added lume.combine() function
2014-04-03 20:09:40 +01:00
rxi
335b928cae
Removed function in lume.slice()
...
Moved the function index() from lume.slice()'s body to local var
absindex, this improves the performance of lume.slice() on luajit
significantly and improves it to a lesser extent on non-jit lua.
2014-04-01 20:16:39 +01:00
rxi
94977b4f7e
Updated test for lume.trace()
2014-03-30 18:38:45 +01:00