# 0.1.73 2015-12-29
* swat now respects swat_my environment to use a swat.my file located not only in CWD.
This feature is required for sparrow integration.
# 0.1.72 2015-12-26
* *BREAKING CHANGES*:
* test_file is depricated - use \`-t' option instead
* prove settings should be passed via \`--prove' option now ( old behaviour - "pass as is")
* swat_purge_cache could be set in different contexts ( env var, swat.ini )
# 0.1.71 2015-12-15
* unsuccessfull http status codes now result in immediate exit(1) and proper diag message.
* fix pod issue ( added =pod marker in the begining of pod) - thanks to [alaska332](http://habrahabr.ru/users/alaska332/)
# 0.1.70 2015-12-09
* dump curl stderr
# 0.1.69 2015-12-09
* now ignore_http_err=1 results in running curl without -f flag to allow see http response body for bad responses - https://github.com/melezhik/swat/issues/5
* use `curl -o file` instead of redirect to file to save responses
# 0.1.68 2015-11-16
* swat_purge_cache: ability to remove swat cache directory after tests are done
# 0.1.67 2015-11-12
* bin/swat - hostfix for host:port issue ( second try )
# 0.1.66 2015-11-12
* bin/swat - hostfix for host:port issue
# 0.1.65 2015-11-08
* this version is fully compatible with the latest version of Outthentic::DSL (0.0.3)
# 0.1.64
* skip story feature added
# 0.1.63 2015-10-30
* minor documentation changes
# 0.1.62 2015-10-30
* Outthentic::DSL - now is a distinct module
* made use of Outthentic::DSL
* documentation changed for the sake of usage of Outthentic::DSL
* refactored examples
* bin/swat minor changes
# 0.1.61 2015-10-23
* small chanhes in TAP output
* --match_l variable - in TAP output truncate matching strings to {match_l} bytes
# 0.1.60
- removed old dependencies from Makefile.PL
- project_root_dir() now return correct value
- minor issues related TAP output
# 0.1.59
- documentation improvements
- curl <host/resource> parameter now is single quoted
# 0.1.57-58
- add META.yml to cpan distribution
# 0.1.56
- handle errors from files loaded by do() function()
# 0.1.55
- documentation rewritten completely
- new features:
- perl hooks api: modify_resourse, accessors, stories, swat_modules, set_server_response
- blank lines matchers
- DELETE http methods
- project_root default value is `pwd`
- test_file is now http resourse path
- breaking changes
- dynamic routes are deprecated
- bash hooks are deprecated
- project based and cleanup perl hooks are depricated
- swat packages are deprecated
# 0.1.54
- just a documentation release - various fixes at documentation
# 0.1.53
- new feature - captures
- variable names refactoring
- ability to run a single test
# 0.1.52
- by bmartins - removed trailing slash that breaks paths on OSX - PR#2
- block-of-text ok asserts are prefixed by '|' for visability
# 0.1.51
- new feature - PUT requests
- dynamic routes could contain digits, '-', and '_'
- made filnames for tests and http response much shorter
# 0.1.50
- fast fix for context_populate issue
# 0.1.49
- documentation fixes ( brougth by 0.1.48 version )
# 0.1.48
- new feature - begin: ... end: blocks
# 0.1.47
- MANIFEST.SKIP corrected
- show matched lines when debug_mod1
# 0.1.46
- debug2 now shows swat info
# 0.1.45
- minor refactoring - improving some test::more ok() messages from swat
- fix for debug_mod1 silent behavior
# 0.1.44
- remove some diag messages from output ( show them only when debug is set )
- debug 1,2,3 - many levels of verbosity
# 0.1.43
- hotfix for final exit code
# 0.1.42
- use-strict refactoring
- project is equal safe_project
# 0.1.41
- absolute paths for route_dir, project
# 0.1.40
- fix for bash global startup script
- export port variable
# 0.1.39
- swat cleanup/startup hooks
- route_dir variable in lib/swat.pm
# 0.1.38
- small documentation changes
# 0.1.37
- bash hooks
# 0.1.36
- fix for default host for swat packages
# 0.1.35
- swat.my settings to override project based swat.ini files
- all bash variables get unset before a new route is started
- added examples to cpan distro
# 0.1.34
- removed pwd from require path to hook.pm files
- fix for regexp checks with quoted patterns
# 0.1.33
- documentation typo fixes - thanks to @zoffixznet - pull/1
- small refactoring ( better names for variables )
- added abstract and copyright sections
# 0.1.32
- small documentation fixes
- does not print result of File::ShareDir::module_dir in conditional statement
- respect prove_options set as environment variable
# 0.1.31
- correct calculation of swat settings
# 0.1.30
- hotfix for curl_params='' issue
# 0.1.29
- technical release, ./examples directory removed from CPAN archive
# 0.1.28
- Makefile.PL - use Module::Install instead of ExtUtils::MakeMaker
- swatman is depricated
- now swat packages as cpan packages
- apply environment settings with highest priority
# 0.1.27
- prove options could be set by prove_options environment variable
- typos fixes in documentation
- default host feature
- host validation
# 0.1.24
- fix for running swat ./
# 0.1.23
- dynamic routes
# 0.1.22
- removed none ASCII symbols from pod
# 0.1.21
- swat hooks
- documentation fixes
# 0.1.20
- a documentation release
# 0.1.18
- swat packages support
- PERL5LIB in swat doc
# 0.1.17
- update documentation
- add version() function to get swat package version
# 0.1.15
- update documentation
- noproxy deprecated
- multiline entities
# 0.1.13
- Add swat entities generators
- Add noproxy settings
- Fix pod documentation
# 0.1.12
- Add pod documentation to lib/swat.pm
# 0.1.11
- Makefile.PL sets swat.pm version in provides hash to make it visible at CPAN
# 0.1.10
- CPAN compatible version ( minor fixes in Makefile.PL )
# 0.1.9
- Makefile.PL - does not require any specific version of perl
# 0.1.8
- http port variable
- update documentation
- improve examples
# 0.1.7
- small fixes related swat settings
- add some extra info in swat output
- a lot of improvements to documentation
- add todo list
# 0.1.6
- does not add http:// for requested url
# 0.1.5
- curl_params variable now is respected
- small internal changes ( path to session file )
# 0.1.4
- fix typos in README
- notion of prove options in README
- add some extra info in swat output
# 0.1.3
- fix for case when post and get check patterns files exist for the same route
- typo fixes in lib/swat.pm help info
# 0.1.1
- increase connect-timeout to 20 seconds
# 0.1.0
- first version