Commit Graph

  • 1a82d308af Changed ease function from cosine to cubic Phoenix Enero 2014-05-06 09:39:53 +0800
  • 17b58ec63d Stripped all trailing whitespace Phoenix Enero 2014-05-06 09:36:51 +0800
  • 5ab25046a2 Renamed local memoize_nilkey -> memoize_nil rxi 2014-05-01 21:27:57 +0100
  • 3f61d823ae Changed position of lume.time() function rxi 2014-05-01 19:23:44 +0100
  • 0716caf6a1 Added lume.memoize(), updated README.md and tests rxi 2014-05-01 18:58:29 +0100
  • 6a160a3afe Fixed iscallable() to handle the lack of metatable properly rxi 2014-04-28 12:52:29 +0100
  • fff0d780bb Updated README.md and tests for lume.combine() rxi 2014-04-28 12:47:42 +0100
  • 283f7ee787 Changed lume.combine() to ignore nil args rxi 2014-04-28 12:46:58 +0100
  • 076ca7972c Version 1.3.1 v1.3.1 rxi 2014-04-23 20:11:00 +0100
  • c2311f9821 Added missing tostring() call on args in lume.trace() rxi 2014-04-19 09:05:04 +0100
  • beced85d6b Updated test for lume.trace() rxi 2014-04-18 19:15:21 +0100
  • 8a2765a41b Fixed lume.trace() to handle and print nil argument rxi 2014-04-18 19:09:59 +0100
  • 09847bd266 Version 1.3.0 v1.3.0 rxi 2014-04-17 20:52:54 +0100
  • 841cee30e1 Added another test for lume.slice() rxi 2014-04-17 12:30:19 +0100
  • cd3c0a1eea Made callable tables be accepted as functions rxi 2014-04-17 12:13:50 +0100
  • 3190d65130 Removed use of math.min and math.max in lume.slice() rxi 2014-04-17 12:07:59 +0100
  • c7471b32fb Changed lume.uuid() to use local math_random() rxi 2014-04-05 23:08:03 +0100
  • bb56f1ce3a Added missing comment for lume.uuid func in test_lua.lua rxi 2014-04-05 16:37:05 +0100
  • 098754056a Added tests for lume.chain() rxi 2014-04-05 16:35:53 +0100
  • 330779fb0f Added lume.chain(), added section to README.md rxi 2014-04-05 16:30:10 +0100
  • acdb58a447 Added lume.uuid(), tests and README.md section rxi 2014-04-05 14:41:31 +0100
  • 88b428cb4d Added lume.count() to README.md rxi 2014-04-05 12:21:36 +0100
  • fdf01937e2 Added lume.count() function and tests rxi 2014-04-05 12:11:13 +0100
  • 3a4ce4fe3b Added type check in lume.fn() and additional tests rxi 2014-04-04 18:30:24 +0100
  • 1a087efe99 Added lume.match() to README.md rxi 2014-04-04 18:21:21 +0100
  • 9a82d6318e Added tests for lume.match() rxi 2014-04-04 18:09:23 +0100
  • 30991649f8 Added lume.match() rxi 2014-04-04 18:08:39 +0100
  • dbd93b3861 Moved position of lume.combine() in readme and other files rxi 2014-04-03 20:17:31 +0100
  • 8311519e3f Added test for lume.combine() to test_lume.lua rxi 2014-04-03 20:10:08 +0100
  • 82c697b08e Added lume.combine() to README.md rxi 2014-04-03 20:09:56 +0100
  • 5db6be936a Added lume.combine() function rxi 2014-04-03 20:09:40 +0100
  • 335b928cae Removed function in lume.slice() rxi 2014-04-01 12:17:55 +0100
  • 94977b4f7e Updated test for lume.trace() rxi 2014-03-30 18:38:09 +0100
  • e6246834b7 Changed lume.trace() to round numbers to 2 decimal places rxi 2014-03-30 18:31:14 +0100
  • 9bf2d24ee2 table.unpack() is now used if unpack() is not available. rxi 2014-03-29 00:18:56 +0000
  • 89931c1ad8 Version 1.2.1 v1.2.1 rxi 2014-03-27 17:57:19 +0000
  • 9ff4637201 Moved shared code of lume.split/trim() to local func rxi 2014-03-19 21:05:34 +0000
  • 617729e261 Added more tests for lume.trim() rxi 2014-03-19 20:18:32 +0000
  • ad64d7af05 Fixed use of pattern special chars in lume.trim() rxi 2014-03-19 20:14:48 +0000
  • d69f419f5a Improved lume.split()'s README.md section for clarity rxi 2014-03-19 19:26:55 +0000
  • ad34f6ce33 Updated lume.split() in README.md rxi 2014-03-19 13:02:31 +0000
  • 5882ca1303 Fixed minor error in lume.set()'s README.md example rxi 2014-03-19 12:54:14 +0000
  • 828d23e6f6 Added new tests and updated some others for lume.split() rxi 2014-03-19 12:53:01 +0000
  • 13a8edb2e7 Changed lume.split() to mimic python's str.split() rxi 2014-03-19 12:51:35 +0000
  • 425a52b99f Fixed spelling mistake in README.md rxi 2014-03-18 18:01:12 +0000
  • a234e36975 Version 1.2.0 v1.2.0 rxi 2014-03-18 12:12:38 +0000
  • 4ba373c2d1 Localised global funcs/variables rxi 2014-03-18 12:07:53 +0000
  • c537d00a47 Added type tests for lume.random() rxi 2014-03-18 12:04:36 +0000
  • 2c3be23a2b Added test for lume.lambda() caching rxi 2014-03-15 21:58:35 +0000
  • be40cd6276 Added caching to lume.lambda() rxi 2014-03-15 21:20:53 +0000
  • c971cee753 Added more tests for lume.slice() rxi 2014-03-13 21:41:15 +0000
  • 151b57adc6 Fixed behaviour for negative i argument on lume.slice() rxi 2014-03-13 21:26:36 +0000
  • cbafc49e8a Added "unsupported type" error to lume.serialize() rxi 2014-03-12 21:12:16 +0000
  • fcb1fa90d4 Reworded description of lume.weightedchoice() in README rxi 2014-03-12 13:16:14 +0000
  • 2a6d1ea9a8 Added some tests for lume.weightedchoice() rxi 2014-03-12 13:12:55 +0000
  • 2d7fa98155 Added lume.weightedchoice() rxi 2014-03-12 13:12:45 +0000
  • af4c919be4 Added tests for lume.lambda() rxi 2014-03-08 23:10:12 +0000
  • abdfd78354 Added tester.test.error() to tester.lua script rxi 2014-03-08 23:00:47 +0000
  • fbb5cbac1a Replaced table concat with str concat in lume.lambda() rxi 2014-03-08 22:15:08 +0000
  • f8cbfc0bb0 Added lume.lambda() to README.md rxi 2014-03-08 21:10:24 +0000
  • cf031025fd Added lume.lambda() rxi 2014-03-08 20:21:44 +0000
  • 4db5a6b683 Added another test for lume.reduce() rxi 2014-03-08 16:19:31 +0000
  • a4fe134985 Version 1.1.2 v1.1.2 rxi 2014-03-08 16:10:16 +0000
  • cbff46bdfb Fixed empty-table test for lume.invert() rxi 2014-03-08 16:08:58 +0000
  • 5e15a57f37 Moved lume.invert()'s test func to match order in lume.lua rxi 2014-03-08 15:47:28 +0000
  • 2f388bc2c7 Moved lume.invert() to be near lume.clone() rxi 2014-03-08 15:18:46 +0000
  • 8f4d1b158f Added empty-table test for lume.set() rxi 2014-03-08 14:48:04 +0000
  • 1bbb795a89 Changed lume.set() to make use of lume.invert() rxi 2014-03-08 14:47:27 +0000
  • 2c71079ef3 Added tests for lume.invert() rxi 2014-03-08 14:45:18 +0000
  • 8a76fd7595 Added lume.invert() rxi 2014-03-08 14:45:08 +0000
  • b4bea5f4e0 Added new tests for lume.reduce() rxi 2014-03-06 19:33:33 +0000
  • 51189d190d Made first argument in lume.reduce() optional rxi 2014-03-06 19:33:13 +0000
  • e6d47627cd Increased version to 1.1.1 v1.1.1 rxi 2014-03-05 21:52:28 +0000
  • 05828bd840 Fixed module's table not updating in lume.hotswap() rxi 2014-03-05 19:11:14 +0000
  • 83a051aadb Improved lume.clamp()'s performance on non-JIT rxi 2014-03-05 12:41:40 +0000
  • 2699094218 Added better tests for lume.distance() rxi 2014-03-05 12:22:05 +0000
  • a08436445d Improved lume.distance()'s performance on non-JIT rxi 2014-03-05 12:18:49 +0000
  • 1cc16ffacd Increased version to 1.1.0 v1.1.0 rxi 2014-03-04 23:12:50 +0000
  • 8451a0817a Added tester.lua script and tests in test_lume.lua rxi 2014-03-04 23:10:34 +0000
  • f144927542 Added optional arg squared to lume.distance() rxi 2014-03-04 22:53:31 +0000
  • be71dbda78 Updated README.md on lume.randomchoice()'s behaviour rxi 2014-03-04 21:21:50 +0000
  • dcc08346a2 Fixed lume.hotswap() to handle nonexistent modules properly rxi 2014-03-04 12:35:35 +0000
  • fb64932134 Added support for numerical keys to lume.format() rxi 2014-03-04 12:18:50 +0000
  • bdb2f0003e Made lume.dostring() use load() if no loadstring() rxi 2014-03-03 22:10:58 +0000
  • 97907d5d13 Changed lume.format() to abort early if vars is nil rxi 2014-03-03 21:08:19 +0000
  • 8283410210 Substituted use of var name "arg" in lume.fn() rxi 2014-03-03 21:01:39 +0000
  • d1e6c0334b Changed 'vars' arg in lume.format() to be optional rxi 2014-03-03 20:36:42 +0000
  • 778e7f9800 Fixed lume.format() where missing keys were not ignored rxi 2014-03-03 20:29:11 +0000
  • bebf8d4fca Fixed bug with negative j index in lume.slice() rxi 2014-03-03 18:56:12 +0000
  • 0c085ad5c1 Updated README.md for changes in lume.fn() rxi 2014-03-03 13:34:27 +0000
  • 4bb6f24213 Changed lume.once()'s return fn to handle args rxi 2014-03-03 13:25:53 +0000
  • c407ef9445 Changed lume.fn()'s returned fn to handle args rxi 2014-03-03 13:20:51 +0000
  • 267f003f5e Fixed typos and improved for clarity in README.md rxi 2014-03-03 12:11:57 +0000
  • 1cedfd9464 Added lume.each() function rxi 2014-03-03 12:08:11 +0000
  • bfcc23d285 Increased version to 1.0.9 rxi 2014-03-02 21:31:33 +0000
  • f2877dbd6e Added increment rounding to lume.round() rxi 2014-03-02 21:29:23 +0000
  • d344b9d04e Added some more examples to README.md rxi 2014-03-02 20:59:32 +0000
  • fbe585fc85 Added lume.trace() function rxi 2014-03-02 20:48:21 +0000
  • 3324bb013c Added error handling to lume.hotswap() rxi 2014-03-02 17:13:18 +0000
  • b3773ee57d Fixed typo in README.md on lume.angle()'s args rxi 2014-03-02 01:55:27 +0000