hope.git
2015-06-04  Siraaj KhandkarAdd dictionary get with validation. 3.5.0
2015-06-04  Siraaj KhandkarImplement hope_option:validate/2 3.4.0
2015-05-06  Siraaj KhandkarImplement function threading. 3.3.0
2015-05-06  Siraaj KhandkarImplement function composition. 3.2.0
2015-05-01  Siraaj KhandkarRequest arity directly.
2015-04-29  Siraaj KhandkarReplace lists:keysearch with hope_kv_list:get 3.1.1
2015-04-29  Siraaj KhandkarImplement automatic currying. 3.1.0
2015-04-22  Siraaj KhandkarReturn k/v list itself from validate_unique_presence. 3.0.0
2015-04-22  Siraaj KhandkarExpose hope_kv_list:presence_violations_to_list/1 2.5.0
2015-03-25  Siraaj KhandkarRe-order exports to clearly show monad interface.
2015-03-25  Siraaj KhandkarDefine explicit map_ok as implementation of map 2.4.1
2015-03-24  Siraaj KhandkarBump minor version from 2.3.0 to 2.4.0 2.4.0
2015-03-24  Siraaj KhandkarImplement hope_result:lift_map_exn/3
2015-03-24  Siraaj KhandkarImplement hope_result:(map_error and tag_error)
2015-03-24  Siraaj KhandkarAdd recipe: all
2015-03-24  Siraaj KhandkarRename recipe: ci -> travis_ci
2015-02-16  Siraaj KhandkarAdd hope_option:return/2, which accepts a condition 2.3.0
2015-02-08  Siraaj KhandkarFirst stab at a time abstraction.
2015-02-08  Siraaj KhandkarImplement hope_list:first_match/2
2015-01-25  Siraaj KhandkarExtend hope_kv_list validation API with: 2.2.0
2015-01-25  Siraaj KhandkarAdd get with default to dictionary interface. 2.1.0
2015-01-07  Siraaj KhandkarNote low (anonymous) argument count in conventions
2015-01-07  Siraaj KhandkarExpand description.
2015-01-05  Siraaj KhandkarDescribe what is currently implemented.
2015-01-05  Siraaj KhandkarUpdate description.
2014-12-31  Siraaj KhandkarFix incomplete renaming. 2.0.1
2014-12-24  Siraaj KhandkarPrefix generic interface names with "gen_" 2.0.0
2014-12-24  Siraaj KhandkarMerge pull request #8 from puzza007/map-props
2014-12-23  Paul OliverAdd test for map/3
2014-12-23  Paul OliverUse property tests for map, map_rev and map_slow
2014-12-22  Siraaj KhandkarImplement hope_option:of_undefined/1 1.9.0
2014-12-21  Siraaj KhandkarExpose setting recursion limit in the API. 1.8.0
2014-12-21  Siraaj KhandkarImplement a tail-recursive list map. 1.7.0
2014-12-21  Siraaj KhandkarImprove hope_list:map_rev/2 description.
2014-12-21  Siraaj KhandkarImplement hope_list:map_slow/2 1.6.0
2014-12-21  Siraaj KhandkarImplement hope_list:map_rev/2 1.5.0
2014-12-21  Siraaj KhandkarDefine and implement a generic monad behavior. 1.4.0
2014-12-12  Siraaj KhandkarTest hope_option module.
2014-12-12  Siraaj KhandkarAdd hope_option:of_result/1 1.3.0
2014-12-11  Siraaj KhandkarAdd hope_option:iter/2 1.2.0
2014-12-11  Siraaj KhandkarAdd labeled result lifting. 1.1.0
2014-12-11  Siraaj KhandkarTest hope_result:lift_exn/1
2014-12-11  Siraaj KhandkarFix hope_result test grouping.
2014-09-06  Siraaj KhandkarImplement & test hope_kv_list:validate_unique_presence... 1.0.0
2014-08-23  Siraaj KhandkarMerge pull request #6 from puzza007/specs-for-kv-list
2014-08-23  Paul OliverCopy specs from hope_dictionary to allow prop tests
2014-08-21  Siraaj KhandkarMerge pull request #2 from puzza007/property-testing
2014-08-21  Paul OliverProperty test specs and add coverage
2014-08-19  Siraaj KhandkarMerge pull request #1 from puzza007/unique-preserve...
2014-08-19  Paul Oliverhope_list:unique_preserve_order/1 property test
2014-08-19  Siraaj KhandkarAdd dictionary:fold/3 test.
2014-08-19  Siraaj KhandkarFix lists:foldl/3 order of arguments.
2014-08-15  Siraaj KhandkarAmortize list traversal.
2014-08-15  Siraaj KhandkarTest hope_list:unique_preserve_order/1
2014-08-14  Siraaj KhandkarConfigure rebar to clean test directory.
2014-08-14  Siraaj KhandkarRename hope_kv_list_SUITE to hope_dictionary_SUITE.
2014-08-14  Siraaj KhandkarMake hope_kv_list tests generic for any dictionary.
2014-08-14  Siraaj KhandkarExtend dictionary pop test.
2014-08-14  Siraaj KhandkarAdd dictionary method: pop.
2014-08-13  Siraaj KhandkarTest pipe failure in addition to success.
2014-08-13  Siraaj KhandkarMake result pipe test more intuitive.
2014-08-13  Siraaj KhandkarTidy-up README
2014-08-13  Siraaj KhandkarAdd a basic sanity test for result pipe.
2014-08-13  Siraaj KhandkarFix incorrect result pipe return.
2014-08-12  Siraaj KhandkarAdd specs to hope_kv_list helpers.
2014-08-12  Siraaj KhandkarClarify map lifting and application.
2014-08-12  Siraaj KhandkarFix hope_kv_list:[iter/2, filter/2].
2014-08-12  Siraaj KhandkarFix typo.
2014-08-12  Siraaj KhandkarAdd some TODO notes.
2014-08-12  Siraaj KhandkarSet-up Travis CI.
2014-08-12  Siraaj KhandkarAdd tests for hope_kv_list:set/3
2014-08-12  Siraaj KhandkarSet-up testing skeleton.
2014-08-12  Siraaj KhandkarTidy-up Makefile.
2014-08-12  Siraaj KhandkarImplement a Key->Value list dictionary.
2014-08-12  Siraaj KhandkarDefine a general, dictionary interface/behavior.
2014-08-07  Siraaj KhandkarAdd hope_list:unique_preserve_order/1
2014-07-15  Siraaj KhandkarAdd result:lift_exn/1
2014-07-15  Siraaj KhandkarAdd specs.
2014-07-15  Siraaj KhandkarUpdate line breaks to a more consistent style.
2014-07-15  Siraaj KhandkarChange to a more consistent alignment style.
2013-11-10  Siraaj KhandkarImprove default target name.
2013-11-10  Siraaj KhandkarAdd dialyzer target.
2013-11-10  Siraaj KhandkarAdd result type module and define pipe.
2013-11-10  Siraaj KhandkarAdd option type module.
2013-11-10  Siraaj KhandkarAdd Makefile.
2013-11-10  Siraaj KhandkarAdd app skeleton.
2013-11-10  Siraaj KhandkarInitial commit.
This page took 0.034689 seconds and 4 git commands to generate.