Skip to content
Permalink
v0.0.4
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
118 lines (93 sloc) 2.46 KB
Version 0.0.4 (2012-04-03)
==========================
Fourth fixed-version release.
New stuff:
string:
number_to_string_with_base with test
cut_with_ellipsis
timestamp:
get_decasecond_timestamp
tavle-utils:
tarraytohash with tests
Improvements and changes:
Added headings into the files
Deleted obsolete 'bench' directory
string:
handle numbers in htmlspecialchars
And some other changes.
Version 0.0.3 (2012-02-14)
==========================
Third fixed-version release.
New stuff:
table-utils:
tkvmap_unpack,
tgenerate_{1,2}d_linear added,
tgenerate_n deprecated,
tslice,
tarraylisttohashlist,
tflip_inplace,
tkvlist2kvpairs,
tfilterkeylist,
tsetpathvalue,
tisempty,
tifindvalue_nonrecursive
timestamp:
get_tomorrow_timestamp
string:
escape_for_json,
starts_with,
ends_with,
make_escape_subst,
url_encode
math:
epsilon_equals
args:
check_types
Improvements and changes:
test suite:
now supports fail_on_first_error,
now supports test:BROKEN to mark temporarily broken tests
tpretty:
now generates better-formatted code
indent and cols arguments are now optional (defaulting to " " and 80)
import:
now respects absolute paths
scoped_cat_tree_manager:
now can use custom make_concatter
coro, pcall:
pcall wrapper moved from coro.lua to a separate file
log:
configurable flush criteria
Bug fixes:
table-utils:
tsetpath,
tslice,
tarraylisttohashlist
timestamp:
get_quarter_timestamp
And some other changes.
Version 0.0.2 (2011-01-26)
==========================
Second fixed-version release.
New stuff:
stack_with_factory
ordered_named_cat_manager
scoped_cat_tree_manager
timestamp: get_{quarter,minute}_timestamp
table-utils:
tmap_kv, tmapofrecordgroups,
timapofrecordgroups, tilistofrecordfields,
tipermute_inplace, tkvtorecordlist
string:
kv_concat,
escape_lua_pattern,
fill_curly_placeholders_ex
code: globals, exports, profile
args: amap
require_and_declare
Bug fixes:
tpretty: fixed array hole handling
And some other changes.
Version 0.0.1 (2010-09-12)
==========================
First fixed-version release