Tanner Rogalsky
2dbfcc7350
Update the readme
2013-06-11 12:42:13 -04:00
Tanner Rogalsky
0f4bc8fd53
Write some tests for the new function.
2013-06-11 12:41:58 -04:00
Tanner Rogalsky
0c1f7a5e88
Add doFor function that runs the callback on every update until the timer expires.
2013-06-11 12:41:46 -04:00
Enrique García
b0127a3f14
Update README.md
2013-01-02 01:58:24 +01:00
Enrique García
390270ed67
Update .travis.yml
2013-01-02 01:54:10 +01:00
Enrique García
2445f8fc33
Create .travis.yml
2013-01-01 16:50:33 -08:00
kikito
5ba2c90e9c
made README more clear. fixes #8
2012-12-02 22:29:34 +01:00
kikito
3ffb5130fa
bump version to 1.2.1
2012-10-29 20:33:12 +01:00
kikito
e4e341832d
made scopecache weak. Fixes #7
2012-10-29 20:32:23 +01:00
kikito
4ea9f257a8
bumped version to 1.2
2012-10-29 00:45:08 +01:00
kikito
deb91cf5fe
README
2012-10-29 00:41:01 +01:00
kikito
610dfaaacc
updated readme
2012-10-29 00:17:53 +01:00
kikito
ffcc2b6b11
fixed errors. added more specs, refining .tagged
2012-10-29 00:13:27 +01:00
kikito
bb0a0d0815
first working version of new .tagged method. Pending: check nils, reset vs cancel, scope caching
2012-10-28 21:31:00 +01:00
kikito
a7fcdd2b1b
refactor entry update method
2012-10-28 17:16:32 +01:00
kikito
b855d79bb9
Merge branch 'master' of https://github.com/hahawoo/cron.lua
2012-10-28 16:48:19 +01:00
Santos
8514896b9c
Timed entry removal working again
2012-10-28 23:37:35 +11:00
kikito
73b4eb6bf6
code reordering
2012-10-27 18:45:25 +02:00
kikito
8dd3dae68b
updated the tests. Fixes #4
2012-10-27 18:44:20 +02:00
kikito
e18c83a9a4
simplified test runnig method. References #4
2012-10-27 18:34:35 +02:00
kikito
6e72b85232
Rollback loop change (references #2 )
...
Tests didn't pass. Further examination revealed that, even if the Lua
standard seems to allow for eliminating table keys while parsing it in
a loop, in reality those values remained in the table.
2012-10-27 18:31:21 +02:00
Enrique García
2a1ad28c94
Merge pull request #2 from hahawoo/master
...
A few changes!
2012-10-22 14:56:11 -07:00
Santos
cb95d0dd5b
A few minor changes
2012-10-22 20:27:49 +11:00
Enrique García Cota
933acff61a
version 1.1
2012-01-19 23:36:26 +01:00
Enrique García Cota
f8ef3a4385
changed license to MIT
2012-01-19 23:15:30 +01:00
Enrique García Cota
983b4a8806
Merge branch 'master' of github.com:kikito/cron.lua
2011-05-04 00:39:07 +02:00
Enrique García Cota
5d57e27a27
use metatables when needed
2011-05-04 00:38:39 +02:00
Enrique García Cota
a0e6c86a7b
added support for calltables. fixes #1
2011-05-01 23:46:48 +02:00
Enrique García
2e4c3913bf
Edited README.textile via GitHub
2011-04-25 11:47:58 -07:00
Enrique García
a6fed7662d
Edited BSD-LICENSE.txt via GitHub
2011-04-25 05:13:05 -07:00
Enrique García Cota
f93cbfb6d8
update README
2011-04-24 17:24:57 +02:00
Enrique García Cota
2fc72cf66d
small update refactoring
2011-04-24 17:15:54 +02:00
Enrique García Cota
f6f8648c4e
update README
2011-04-24 17:08:22 +02:00
Enrique García Cota
63152e9d1b
cancel is also working, with tests
2011-04-24 17:06:35 +02:00
Enrique García Cota
aaa9741b3c
every is working. minor tests outstanding
2011-04-24 16:56:54 +02:00
Enrique García Cota
e014cee5aa
every is nearly working
2011-04-24 16:37:02 +02:00
Enrique García Cota
39cee89b94
refactorized pseudo-class out
2011-04-24 16:29:51 +02:00
Enrique García Cota
d74a00145e
did not make the initial commit correctly. Oh, well. On this commit update, reset and after are implemented and passing tests. Only every is missing
2011-04-24 16:15:44 +02:00
Enrique García Cota
1a045ca348
initial commit
2011-04-24 15:24:18 +02:00