0.2.20 (2016-01-19)
Fixed bugs:
- Modify IGNORE_DEPS in Makefile #113
Closed issues:
- Version Bump to 0.2.18 #109
Merged pull requests:
0.2.19 (2016-01-12)
Merged pull requests:
- Switch build tools to erlang.mk and republish to hex.pm #111 (elbrujohalcon)
0.2.18 (2015-12-31)
0.2.17 (2015-12-31)
Closed issues:
Merged pull requests:
- [#109] Version bump to 0.2.18 #110 (davecaos)
- [#106] Update Contributors #108 (davecaos)
- [#106.version.bump.0.2.16 #107 (davecaos)
- [#97] Updated for hexer hex package tool #105 (davecaos)
0.2.15 (2015-12-23)
Closed issues:
- Bump version to 0.2.15 #103
- Use elvis_core instead of elvis as a dep #101
- Remove shell target from Makefile #100
- Error in README example for ktn_meta_SUITE #98
Merged pull requests:
- [Closes #103] Bump version #104 (jfacorro)
- [Closes #101] Use elvis_core #102 (jfacorro)
- [Fixed #98] Mixin usage for whole module #99 (jfacorro)
- For ktn_meta_SUITE, base_dir should be configurable #95 (elbrujohalcon)
0.2.14 (2015-11-12)
Closed issues:
Merged pull requests:
- [Closes #93] Version bump to 0.2.14 #94 (jfacorro)
- Add options for xref in ktn_meta_SUITE #92 (elbrujohalcon)
- Upgrade erlang.mk, fix dialyzer warnings and other goodies #90 (elbrujohalcon)
- Create ktn_meta_SUITE #89 (elbrujohalcon)
- Create ktn_fsm. #88 (elbrujohalcon)
- Update from Upstream #87 (elbrujohalcon)
- Update from upstream #86 (elbrujohalcon)
0.2.13 (2015-09-07)
Closed issues:
- Unhandled abstract form for
user\_type
#82
Merged pull requests:
0.2.12 (2015-09-07)
Closed issues:
Merged pull requests:
0.2.11 (2015-09-02)
Fixed bugs:
- Dialyze the Katana #44
Closed issues:
- Bump to 0.2.11 #76
- Implement a ktn_os:command/[1, 2] function that uses ports #74
- Bump to version 0.2.10 #72
Merged pull requests:
0.2.10 (2015-08-27)
Closed issues:
- Include tokens in the root node returned by ktn_code:parse_tree/[1,2] #69
- Fulfill the open-source checklist #15
Merged pull requests:
- [#72] Bump version to 0.2.10 #73 (jfacorro)
- [#69] Fixed typo #71 (jfacorro)
- [#69] tokens as an attribute of root node. #70 (jfacorro)
0.2.9 (2015-08-21)
Merged pull requests:
- Version Bump to 0.2.9 #68 (elbrujohalcon)
- ktn_random:pick/1 #67 (elbrujohalcon)
0.2.8 (2015-07-22)
Closed issues:
- Version bump 0.2.7 #61
Merged pull requests:
- Version bump to 0.2.8 #66 (elbrujohalcon)
- Remove eper from the project dependencies #65 (elbrujohalcon)
- Added an erlang config validation script #64 (igaray)
0.2.7 (2015-06-19)
Closed issues:
Merged pull requests:
- [#61] Version bump to 0.2.7 #62 (jfacorro)
- [Closes #59] Handle 'fun(...) ->' type expression #60 (jfacorro)
0.2.6 (2015-06-11)
Implemented enhancements:
- Add functions to ktn_random to generate random integers #53
Closed issues:
- Add a ktn_lists:map/3 function #46
Merged pull requests:
- Version Bump to 0.2.6 #58 (elbrujohalcon)
- [#53] Random uniform inclusive #57 (jfacorro)
- [Closes #53] Random uniform #56 (jfacorro)
- Dialyze #52 (elbrujohalcon)
- Added feature: specify random string length #51 (igaray)
- [#46] Added ktn_list:filter/3 and tests (100%) coverage of the module #50 (jfacorro)
- [Closes #46] Added ktn_list:map/3 and tests (100%) coverage of the module #47 (jfacorro)
- Changelog update #43 (jfacorro)
0.2.5 (2015-04-13)
Fixed bugs:
- ktn_date:now_human_readable should pad #39
Merged pull requests:
- Version bump #42 (igaray)
- Test utilities for REST APIs #41 (igaray)
- [#39] Add padding to month and day in human readable date format #40 (jfacorro)
- [#35] Update changelog. #38 (jfacorro)
0.2.4 (2015-03-20)
Closed issues:
Merged pull requests:
- [#35] Bump version. #37 (jfacorro)
- [Closes #35] Moved
types
tonode\_attrs
. #36 (jfacorro) - [Closes #32] Updated changelog. #34 (jfacorro)
0.2.3 (2015-03-19)
Implemented enhancements:
- Add a ktn_code:consult/1 function that behaves the same as file:consult/1 but for strings and binaries #24
Fixed bugs:
- ktn_code:consult/1 can't handle "{'.'}.\n" #26
Closed issues:
- ktn_code: separate attrs that are values from the ones that are nodes #30
- Add ktn_code:beam_to_string/1 #28
Merged pull requests:
- [#32] Version bump. Added change log. #33 (jfacorro)
- [Closes #30] Separate attrs that are nodes form the ones that are not #31 (jfacorro)
- [Closes #28] Beam to string. #29 (jfacorro)
0.2.2 (2015-02-13)
Merged pull requests:
0.2.1 (2015-02-13)
Fixed bugs:
- user_default conflicts #19
Closed issues:
- Add ktn_binary:join/2 #21
Merged pull requests:
- [#24] Added ktn_code:consult/1 and moved split_when/2 to ktn_lists. #25 (jfacorro)
- added ktn_lists:delete_first/2 #23 (amilkr)
- ktn_binary:join/2 #22 (amilkr)
- [Closes #19] Renamed user_default.erl to avoid conflict #20 (igaray)
- Update from upstream #18 (elbrujohalcon)
0.2.0 (2014-10-22)
Implemented enhancements:
- Add current functionality from elvis_code to ktn_code #16
Merged pull requests:
- [Closes #16] Added parsing code form elvis_code #17 (jfacorro)
- New stuff from @unbalancedparentheses #14 (elbrujohalcon)
0.1.0 (2014-09-01)
Implemented enhancements:
- Rename modules from katana to ktn #3
Fixed bugs:
Closed issues:
- Create katana_maps for maps utility functions #1
Merged pull requests:
- Igaray.recipe #13 (igaray)
- Igaray.recipe #12 (igaray)
- Created ktn_numbers module. #10 (jfacorro)
- [#8] Make katana releasable. #9 (jfacorro)
- Added Microsends and resolved name bug #7 (unbalancedparentheses)
- [#5] Fixed syntax error. #6 (jfacorro)
- [#3] Renamed modules. #4 (jfacorro)
- [#1] get/[2,3] nested maps. #2 (jfacorro)
* This Change Log was automatically generated by github_changelog_generator