
__1.0.43 / 2017-02-06__

- Adding possibility to user 'yarn' instead of 'npm' ([77f7f4b](https://github.com/aversini/fedtools/commit/77f7f4b979a482876db91551e18bad5f4047e94b))
- adding eslintrc ([30e56f4](https://github.com/aversini/fedtools/commit/30e56f4db1b6ace62a48c3c09a14178fb78279a5))
- adding yarn.lock ([8245419](https://github.com/aversini/fedtools/commit/8245419def1aea537f776919e1025f1f31c62961))

__1.0.42 / 2016-11-30__

- Adding smtpserver (a very simple smtp server) ([2f4b98c](https://github.com/aversini/fedtools/commit/2f4b98c33aa0ac0459444f4325200fb19a27188e))

__1.0.41 / 2016-11-25__

- Bumping fs-extra dependency ([0a38088](https://github.com/aversini/fedtools/commit/0a38088e43abbd0fb324b99724f6267bc27e131e))

__1.0.40 / 2016-11-02__

- Better simpleserver ([2297d78](https://github.com/aversini/fedtools/commit/2297d785d076598fc8393d1d50f5f8aa08a63a3a))

__1.0.39 / 2016-10-29__

- Adding option `quiet` to simplewebserver ([837bad0](https://github.com/aversini/fedtools/commit/837bad02bd72b0476b285c002d68cd49ab03e17b))

__1.0.38 / 2016-10-29__

- Fix `openInBrowser` when local file and win64 ([f3523f3](https://github.com/aversini/fedtools/commit/f3523f381305d590b85e6df47a584dcbf7daf811))

__1.0.37 / 2016-10-27__

- Adding `isGitRepositoryDirty` ([591ab4e](https://github.com/aversini/fedtools/commit/591ab4e2fff74ff4e19f97318770df7e044bacf2))

__1.0.36 / 2016-10-26__

- Extra logging for bump ([dd2b978](https://github.com/aversini/fedtools/commit/dd2b978752d47a89d74526847e1b727559f95d1b))

__1.0.35 / 2016-10-26__

- `isFolderWritable` enhancement for windowz ([d92d07d](https://github.com/aversini/fedtools/commit/d92d07d84e19dc407d14eb8140f6233e338bfd7d))

__1.0.34 / 2016-10-25__

- `isFolderWritable` update ([975b581](https://github.com/aversini/fedtools/commit/975b58133e59c1541896c46362bfbae2ce8754e3))

__1.0.33 / 2016-10-25__

- Better `isFolderWritable` allowing mutilple folders ([e0ce267](https://github.com/aversini/fedtools/commit/e0ce267d6a8f0728612bb2a0353a84f678f68d08))
- Better comments ([6f3e93a](https://github.com/aversini/fedtools/commit/6f3e93a150eb22dbe3017883a7fac08ff0d2afc7))

__1.0.32 / 2016-10-19__

- Adding `isFolderWritable` and `globalNodeModulesPath` ([7330110](https://github.com/aversini/fedtools/commit/7330110a14005c485fe3861297b3847ef76d3d32))

__1.0.31 / 2016-10-15__

- Fixing `appendLinesInFile` when file is empty ([37a0940](https://github.com/aversini/fedtools/commit/37a09401bf4a2dc4b3c91642633727eaeb24aa4d))

__1.0.30 / 2016-10-15__

- Adding `endWithNewLine` options to `appendLinesInFile` ([493d73c](https://github.com/aversini/fedtools/commit/493d73c581a1b39738b0202ad2f5585f41e951f1))

__1.0.29 / 2016-10-15__

- Update unit tests to reflect update to `removeLinesInFiles` ([27d04e2](https://github.com/aversini/fedtools/commit/27d04e29b2b71b1fe5fb1db4ee34fe80f0385c07))
- Fixing `removeLinesInFiles` issue with regExp ([b4865bd](https://github.com/aversini/fedtools/commit/b4865bd3dbaf04a9b6ba430b5d7cf48ec2f083af))

__1.0.28 / 2016-10-06__

- Removing custom browser choice for openInBrowser (broken in some OS X) ([71a11d7](https://github.com/aversini/fedtools/commit/71a11d74599b25042cb7b4f594a8006672c6e465))

__1.0.27 / 2016-10-05__

- If no callback in openInBrowser, do not fail ([1996ec6](https://github.com/aversini/fedtools/commit/1996ec6ef852674a12630e6e4ad0be2e0a6beb10))

__1.0.26 / 2016-09-30__

- If no smtp specified, use localhost ([9e173c2](https://github.com/aversini/fedtools/commit/9e173c2e377b51b80f265690abe678fd7762608f))

__1.0.25 / 2016-09-28__

- User config smtpserver if it exists ([0be8f63](https://github.com/aversini/fedtools/commit/0be8f636b706cabf1a076db1db1460be1ef8d9f8))

__1.0.24 / 2016-09-22__

- Merge branch 'master' into performance ([baabb86](https://github.com/aversini/fedtools/commit/baabb864347ae048225ce79f87391905ac46f4e1))
- Adding performance utility (user timing shim) ([d8c548b](https://github.com/aversini/fedtools/commit/d8c548b2ef208dc816f4793c7cffea5b42524cab))
- Adding readdir-recursive to the fold ([32f878a](https://github.com/aversini/fedtools/commit/32f878a6bd7d5215014abbf9511e320aa4a13f6f))

__1.0.23 / 2016-09-06__

- Adding elapsedTime to the result of all git helper commands ([85ab57f](https://github.com/aversini/fedtools/commit/85ab57fecbf9c4b48320b8015c2a769cca6307a4))

__1.0.22 / 2016-08-30__

- Adding 2 new utilities: appendLinesToFile and removeLinesToFile ([50c4f44](https://github.com/aversini/fedtools/commit/50c4f44763e9f6e045c4c0cf94476d89875ba5fe))

__1.0.21 / 2016-08-26__

- Removing mkdirp in favor of fs.ensureDir ([eb73fb3](https://github.com/aversini/fedtools/commit/eb73fb3f498fe801a0c0d5dd90a62dd0e3301c5a))
- Migrating to lodash ([1bc7155](https://github.com/aversini/fedtools/commit/1bc71559ffbb9be9942a57d8ae766db9cb520bce))

__1.0.20 / 2016-08-25__

- Fix unit tests (removed some obsolete methods...) ([6bb8392](https://github.com/aversini/fedtools/commit/6bb83929bf84bd4386e8f95945b7e192052eb61f))
- Bumping ecstatic dependency to latest version ([98dd46e](https://github.com/aversini/fedtools/commit/98dd46eb9f27384c5976458dbdfa19058e614e53))
- Removing promplty dependency ([c87f12e](https://github.com/aversini/fedtools/commit/c87f12e0b1f10be7db13c997487db62caac89d50))
- Removing parseTree (not used anymore) ([e5c0af3](https://github.com/aversini/fedtools/commit/e5c0af38e91fef5cbce06cfa25f8a3ab481c33cb))
- Removing _promptAndContinue and using inquirer instead ([0597e81](https://github.com/aversini/fedtools/commit/0597e817a92e297ecc56e860f5218b093a3d2b96))
- Merge branch 'master' of https://github.com/aversini/fedtools-utilities ([8852255](https://github.com/aversini/fedtools/commit/8852255ac1cd3f29dd2b893860ed6aee83f14d4b))
- Removing cpr dependency ([d44acda](https://github.com/aversini/fedtools/commit/d44acda8cd22988d95678a22e7098f72d33d2354))
- Bumping async dependency version ([74eaa4b](https://github.com/aversini/fedtools/commit/74eaa4bc9fe37474a2d673a7f55e5cb2f44cf756))
- Small update to openInBrowser: ([08a816c](https://github.com/aversini/fedtools/commit/08a816c7dcb21285e61027173562986b4bb95823))
- Removing yui3 helper ([49f81b7](https://github.com/aversini/fedtools/commit/49f81b744bb3bf5137e3584257b75c25054874a3))
- Remove unused method (and broken since ssh2 is not loaded) ([2369515](https://github.com/aversini/fedtools/commit/236951551e706c32bd775ac7d17af3987578efdf))

__1.0.19 / 2016-08-23__

- Removing logparser since it's now external ([8378871](https://github.com/aversini/fedtools/commit/837887106af4fc59d1a67b76bddaacc7451bd848))

__1.0.18 / 2016-08-21__

- Simplify Gruntfile (removing check) ([74c982d](https://github.com/aversini/fedtools/commit/74c982d90971571ef2a6e1e055a72cd31621c9f7))
- Adding new “cryptographer” utility ([56e1d51](https://github.com/aversini/fedtools/commit/56e1d513e53c1ec56916c71eb6855348ed1a3c12))
- Bump inquirer version and update code accordingly (API change) ([59a2ab4](https://github.com/aversini/fedtools/commit/59a2ab4cde75fdf40fe6a3741a4b2b40e470afd6))

__1.0.17 / 2016-06-21__

- Adding MR filtering to getHistoryCard method ([48bd5ca](https://github.com/aversini/fedtools/commit/48bd5cab788156c3c8e67ee66eeec7608fcabd21))

__1.0.16 / 2016-06-21__

- Moving timer method from fedtools-utilities to fedtools and getting rid of fedtools-notifier dependency ([d42ed87](https://github.com/aversini/fedtools/commit/d42ed8738da08ac5e6f9d8dbbfa14d2caa0bb999))

__1.0.15 / 2016-06-21__

- "fedtools log": adding timestamp and optional sha ([a782007](https://github.com/aversini/fedtools/commit/a7820070dc57c24e66c6e5793ffd2e4632d786a7))

__1.0.14 / 2016-06-20__

- Updating getAllTags and getHistoryCard: ([73d97e8](https://github.com/aversini/fedtools/commit/73d97e8a98c6acf12788222b5ac5162b9c884f26))

__1.0.13 / 2016-06-18__

- Removing Travis since it's a now private repo ([e434e44](https://github.com/aversini/fedtools/commit/e434e44ac6a9dcad40e193aebf4bfe1043530252))
- Updating unit test - getAllTags does not return stderr anymore (just err) ([5568781](https://github.com/aversini/fedtools/commit/556878169948d506789d52d1bce3c5b2861e26fa))
- Improving getAllTags to include the first commit SHA as a first tag ([88e0e43](https://github.com/aversini/fedtools/commit/88e0e433b4bd920e23da1a68dff50e0e9331c427))
- Moving to fs-extra ([1fcb4c5](https://github.com/aversini/fedtools/commit/1fcb4c5aab6bc1f92698953e9e1885b88da4ae41))
- Adding isComponentPath method ([cc28994](https://github.com/aversini/fedtools/commit/cc28994b1caefc01b655a81596d8a2cc7c9d4003))
- Adding comments ([6822a36](https://github.com/aversini/fedtools/commit/6822a36ad29a55f61175b8918346721b7fb51e6e))

__1.0.12 / 2016-06-17__

- fedtools log: limiting to full version instead of rc/sp ([fd247ef](https://github.com/aversini/fedtools/commit/fd247efef6e24fdb9dad75032e44b186e13d5cb4))

__1.0.11 / 2016-06-17__

- Fixing unit tests - just broke the API, but I'm the only one using it ([81f7aed](https://github.com/aversini/fedtools/commit/81f7aed14fa38446927eb7c5c2f024afa23b63b0))
- Adding getHistoryCard - let's get rid of them once and for all! ([55ae842](https://github.com/aversini/fedtools/commit/55ae842eb55fa8fe9edcfe9b02806582186a48d4))

__1.0.9 / 2016-06-07__

- Better App detection (isAppInstalled) ([1e25acd](https://github.com/aversini/fedtools/commit/1e25acdddde65ca1ee675b0fa3003c392efede14))

__1.0.8 / 2016-05-19__

- No "forceAdminAccess" on windows ([34a1f32](https://github.com/aversini/fedtools/commit/34a1f32e718ed644501fb74bdba4718ba36b2e4e))

__1.0.7 / 2016-03-24__

- Do not run `npm install` if there is no package.json ([27400b7](https://github.com/aversini/fedtools/commit/27400b7615e5ef32697ce7b9b5ae47f1a5902540))

__1.0.6 / 2016-02-12__

- Updating logparser to add better appMapping ([848775c](https://github.com/aversini/fedtools/commit/848775c7fa7b2fcb4cb59bc8b6269926e400da97))
- Putting back promptly dependency since it is still used... ([c1fbc83](https://github.com/aversini/fedtools/commit/c1fbc8306f02396e8884348fa307599ba84a0fb0))

__1.0.5 / 2016-02-09__

- Removing 'promptly' dependency - not used anymore ([183111d](https://github.com/aversini/fedtools/commit/183111d9c7dbe7299d4957d739338428be11f71e))
- upgrade inquirer ([bf02068](https://github.com/aversini/fedtools/commit/bf0206807afc06f3a17a6275fc4a7d1b654a41f4))

__1.0.4 / 2016-02-05__

- Updating portfinder dependency ([c036217](https://github.com/aversini/fedtools/commit/c0362174034edab24263defdb82ef70b0f26eba4))
- unit-test: adding getAllTags ([d1b0fcd](https://github.com/aversini/fedtools/commit/d1b0fcd5853e32c585cf778ecaf1418b78e4b63c))
- Adding doc for getTags methods ([df74317](https://github.com/aversini/fedtools/commit/df7431786c6050ebc9d6fa019164627a5e605def))
- unit-test: adding test for getLatestTag ([f5c02ab](https://github.com/aversini/fedtools/commit/f5c02ab0f9a862ad0153fb1bbc6f736a3709fe85))
- unit-tests: adding test for getChangeLog ([e400004](https://github.com/aversini/fedtools/commit/e400004dd6a0d2a8b213d58e4d08d7f4de58b83d))
- I think Travis is fixed ([18d5262](https://github.com/aversini/fedtools/commit/18d526212db43ea594c13624b8de697f7ea50f19))
- travis travis travis ([733b321](https://github.com/aversini/fedtools/commit/733b32182fea7df0363ab06cb36c9040b0f23e65))
- Turning full logs on to try to debug Travis... ([675ea56](https://github.com/aversini/fedtools/commit/675ea561e5d449a5e42c291e0ab0b2d456500705))
- Updating Travis config for C++ requirements for node 4.x ([14824df](https://github.com/aversini/fedtools/commit/14824dfb0f88beae304bb8c9053db2028dbe61a4))
- Still debugging.. ([e317740](https://github.com/aversini/fedtools/commit/e31774033051d1b830f5e9269915165059d68866))
- Still broken! ([aee3a0d](https://github.com/aversini/fedtools/commit/aee3a0d31e09046d6199fbf2421e14955aae44f3))
- Travis still broken... ([e03c075](https://github.com/aversini/fedtools/commit/e03c075b97150e87dda69794d889387845301b24))
- Trying to fix Travis issue on testing git repo ([be9c24f](https://github.com/aversini/fedtools/commit/be9c24f4feb19a605da941cbb9d280b235575cc2))

__1.0.3 / 2016-02-05__

- Removing unused dependency (shelljs) ([73cb299](https://github.com/aversini/fedtools/commit/73cb29941934d66397ca5ef39b4ed72948647432))

__1.0.2 / 2016-02-02__

- Trying to ignore a test on Travis - issue with detecting an actual git repo ([e836039](https://github.com/aversini/fedtools/commit/e83603942f74688ed20eaf1b5e2df45aca061ac2))
- Updating Travis config to ignore node 0.10 ([6e3ea5a](https://github.com/aversini/fedtools/commit/6e3ea5a6862a2ba8bd7e49721fe9db0ddd00c7f1))

__1.0.1 / 2016-02-02__

- Move to 1.0.0 - breaking API for git-helper: stdout and stderr are now an object ([f9803c9](https://github.com/aversini/fedtools/commit/f9803c9969c622ca3e5865331674ffd4ca6f0d15))

__0.0.103 / 2016-01-28__

- Removing fedtools from help for simple web server (only ready for envtools) ([01b048b](https://github.com/aversini/fedtools/commit/01b048b9dcb8a08b9c0befe22ce9152cb5607e05))

__0.0.102 / 2016-01-28__

- Adding help for simple web server ([014d96b](https://github.com/aversini/fedtools/commit/014d96bd2e07bdcbc19c559e5fc119ef683728cf))

__0.0.101 / 2016-01-28__

- simple web server: allowing root to be an option and returning the url in callback ([cc8b9dd](https://github.com/aversini/fedtools/commit/cc8b9dd3cf4ea8b9b55a495580cb80dab40f8b21))
- Typo ([9f10abd](https://github.com/aversini/fedtools/commit/9f10abd27ce9ce1c6778090f40463106f11cd36f))
- Adding callback to simple web server ([583b7d6](https://github.com/aversini/fedtools/commit/583b7d60d9dc2a525907d56685e173acd8585775))

__0.0.100 / 2016-01-28__

- Adding simple web server to the toolbelt ([3ccac14](https://github.com/aversini/fedtools/commit/3ccac140beccb200ee0258a158017b72b77da726))

__0.0.99 / 2016-01-27__

- Fixing previous update - didnt work if no cwd was passed ([1bcca85](https://github.com/aversini/fedtools/commit/1bcca85efa4cb0d48f2cc3e7b89aface7cc7caa6))
- Updating git helper to be a little bit smarter if the path doesnt exist ([ea57cc1](https://github.com/aversini/fedtools/commit/ea57cc10be32d1700d2ea7510bab05a0eaefbbbb))

__0.0.98 / 2016-01-26__

- cache key for shifter has changed ([698d3ec](https://github.com/aversini/fedtools/commit/698d3ecc7bc20af7488d366b55f0ecdec4a67778))

__0.0.97 / 2016-01-26__

- Replacing cache flag with something shifter understands ([22ec2c3](https://github.com/aversini/fedtools/commit/22ec2c36cab5246c0adf8c6f2897a1cfb0c9be8f))

__0.0.96 / 2016-01-26__

- On bump, making sure cache is true in shifter.json ([140da7b](https://github.com/aversini/fedtools/commit/140da7b952f11a13740f46ec9dc1c5919cb75533))

__0.0.95 / 2016-01-26__

- logparser: ignoring non 200 status ([0927a38](https://github.com/aversini/fedtools/commit/0927a38ee163bc376372c8a17552d5e72a7a160d))

__0.0.94 / 2016-01-25__

- logparser: removing 'browser' key and creating a smarter 'agent' key ([ed25657](https://github.com/aversini/fedtools/commit/ed2565773c96fbb0c136b0ac09fd58cd12efe43c))

__0.0.93 / 2016-01-24__

- What is wrong with me ([3c0a872](https://github.com/aversini/fedtools/commit/3c0a872422f72f87a633656072617e9aa5e3cf77))

__0.0.92 / 2016-01-24__

- oops fixing invalid test for sudo (forceAdminAccess) ([49da9d3](https://github.com/aversini/fedtools/commit/49da9d39ffff7c06b80498be6ceb106361b45b7d))

__0.0.90 / 2016-01-24__

- Better forceAdmin test ([321bf90](https://github.com/aversini/fedtools/commit/321bf90638efbd82dc85358b3a73cd3bf7092d0b))

__0.0.89 / 2016-01-22__

- Adding key 'browser' for akamai parser ([b05d0a1](https://github.com/aversini/fedtools/commit/b05d0a11e5f54c128247ae0711738fb309763e02))
- Simplify date formatting to just date ([abb660f](https://github.com/aversini/fedtools/commit/abb660f3b133816917870eadaa0de0309c686b4c))
- Better "forceAdminAcces" prompt ([38d727c](https://github.com/aversini/fedtools/commit/38d727c0f6d4d73beb80fbc1ce963b8242c6068d))

__0.0.88 / 2016-01-19__

- Log parser: formatting agent, timestamp and ignoring some more apps ([0f75488](https://github.com/aversini/fedtools/commit/0f75488c0234395788ae02de919d5ef600f2b3da))

__0.0.87 / 2016-01-19__

- Adding forceAdminAccess method ([ca5f7b9](https://github.com/aversini/fedtools/commit/ca5f7b9d935db26ab37b6e7f497d129a43b7e53b))

__0.0.86 / 2016-01-16__

- akamai log parser: ignoring some apps ([ff13b3b](https://github.com/aversini/fedtools/commit/ff13b3b67680eae6d9c2a633d4e158dc761dd2ed))

__0.0.85 / 2016-01-15__

- Akamai log parser filtering improvement: ignoring when no component ([8260969](https://github.com/aversini/fedtools/commit/8260969d669fcb722c93df621a143fc4bb64b8ea))

__0.0.84 / 2016-01-15__

- fedtools parse logs refactoring... minor improvement and filtering ([8ee3877](https://github.com/aversini/fedtools/commit/8ee3877faa7b3412f7b4635297a931506a6a94c1))
- Adding --e option documentation for akamai parser ([4302451](https://github.com/aversini/fedtools/commit/4302451816331d8817b472c951e36aabb9415a3d))

__0.0.83 / 2016-01-14__

- fedtools akamai log parser: better domain filtering ([f9d2e27](https://github.com/aversini/fedtools/commit/f9d2e270d3bebf7a63b34910acf67651b381af4e))
- akamai parser optimization + adding error logs ([452eb7a](https://github.com/aversini/fedtools/commit/452eb7a4e176d3e38c2b31df0803100fe0fbfc90))

__0.0.82 / 2016-01-14__

- Merge branch 'master' of https://github.com/aversini/fedtools-utilities ([edc11ff](https://github.com/aversini/fedtools/commit/edc11ff5ffe4853b2b839a40eea290b488841a76))
- fedtools akamai: improving regex and re-including wria 1.x components ([f7a4bb1](https://github.com/aversini/fedtools/commit/f7a4bb1c7c533d7ea48b4dbff07ac83ff42aff53))
- fedtools akamai: improving regex and re-including wria 1.x components ([2e91d33](https://github.com/aversini/fedtools/commit/2e91d338832629af45541d471b7ea7cf0e355a4a))

__0.0.81 / 2016-01-13__

- Akamai parse: better filtering WF-RIA components vs others ([5f2c6f4](https://github.com/aversini/fedtools/commit/5f2c6f437f8055a743f1558edfdbb114dc08b987))

__0.0.80 / 2016-01-13__

- Adding --json option to fedtools logparser to generate a valid JSON file ([01651c6](https://github.com/aversini/fedtools/commit/01651c62cd6968506f5229d535208f508505b71a))

__0.0.79 / 2016-01-13__

- Akamai log: updating the JSON output to be more compatible with MongoDB ([2993606](https://github.com/aversini/fedtools/commit/2993606e6ccd23b7f2330e25c9b88a58cd70a40d))

__0.0.78 / 2016-01-13__

- Adding akamai log parser ([4e2ee71](https://github.com/aversini/fedtools/commit/4e2ee71606311b2208c1174280daea8bb53e49d7))

__0.0.77 / 2016-01-10__

- Adding extra option (rootDir) to getTemporaryDir() to bypass /tmp ([58862d9](https://github.com/aversini/fedtools/commit/58862d98feec124332f75066ebc392d333c8078a))

__0.0.76 / 2016-01-10__

- Adding option to timeTracker to not log but return obj instead ([95cdac9](https://github.com/aversini/fedtools/commit/95cdac9125c285bbd88a45ff66814f759e81cd73))

__0.0.75 / 2016-01-07__

- Fixing attachments in email due to nodemailer API change ([b9f57a7](https://github.com/aversini/fedtools/commit/b9f57a7feef1fa3abbdb2c5871b1d10de6936e22))

__0.0.74 / 2016-01-06__

- Fix for Error: self signed certificate in certificate chain] code: 'SELF_SIGNED_CERT_IN_CHAIN' ([29f2497](https://github.com/aversini/fedtools/commit/29f2497a2d145d57dbe1abead4d3dd3198f10fb1))

__0.0.73 / 2015-12-28__

- Ignoring HISTORY commits for Travis ([83ee32b](https://github.com/aversini/fedtools/commit/83ee32ba34dc18e2c5cd5d0a2eab8433ad40e505))

__0.0.72 / 2015-12-27__

- Better fedtools timer formatting ([76c1111](https://github.com/aversini/fedtools/commit/76c11111a57728cc41821a57387aeb2da4b2170b))

__0.0.71 / 2015-12-27__

- Adding targz compress/decompress to the fold ([14bd1bb](https://github.com/aversini/fedtools/commit/14bd1bb4f2472531dce993161b235b91873acfaf))
- Update mkdirp with latest from upstream ([68f1270](https://github.com/aversini/fedtools/commit/68f1270996a2cf6e51fa2f43f9cd91b0c699e559))
- Oops, fixing dependencies on packages that are still at 0.x version... ([50179db](https://github.com/aversini/fedtools/commit/50179dbe07c677136e7970c5b7e632b0e12ba43b))
- Update dependencies again ([bdc5d10](https://github.com/aversini/fedtools/commit/bdc5d108734b4715dc191eccd10a4a1dd5daa348))
- Merge branch 'master' of https://github.com/aversini/fedtools-utilities ([146e4db](https://github.com/aversini/fedtools/commit/146e4db2d068394e29334616e1e8f5ca28a1e79d))
- Updating node dependencies ([555788b](https://github.com/aversini/fedtools/commit/555788b482459067aab4519de6fbd9db0eaf9937))
- Updating node dependencies ([a1222b4](https://github.com/aversini/fedtools/commit/a1222b4c10af00e99aea148842d141a6187ab0c2))

__0.0.70 / 2015-12-21__

- Adding option to getTemporaryDir as a sub folder to append to ([ea0a485](https://github.com/aversini/fedtools/commit/ea0a4851080c0edebcf47cdffbd9c4a973858489))

__0.0.69 / 2015-12-19__

- Using the new Notifier option 'notifier' ([a2a2c0c](https://github.com/aversini/fedtools/commit/a2a2c0cd6052e6745d67f3ded3f4780f58a481c0))
- Better notification logic for command line timer utility ([14bc801](https://github.com/aversini/fedtools/commit/14bc801fed66b5fc82b1fb19155adaabab121495))

__0.0.68 / 2015-12-12__

- Adding new method to display a timer at the command line ([c929485](https://github.com/aversini/fedtools/commit/c9294857a75c0376e3bf8f9cc1ecad6d69194cb6))

__0.0.67 / 2015-08-26__

- Making _runGitCommand public ([4a96cd4](https://github.com/aversini/fedtools/commit/4a96cd468f5057284825737120edde299bf19ad6))

__0.0.66 / 2015-07-16__

- Adding YUI release 2.8.0 ([f5ff19d](https://github.com/aversini/fedtools/commit/f5ff19d8d26c2a52c600758b287f90b562105c8a))

__0.0.65 / 2015-05-05__

- Force combo to true when using fedtools bump ([4b2d36a](https://github.com/aversini/fedtools/commit/4b2d36a4b0a8b6c3b18f54149fd03fbe004058b1))
- Updating some dependencies ([05cf5a0](https://github.com/aversini/fedtools/commit/05cf5a0c06b4b2c3c2f8133781bb7c7b5656e107))

__0.0.64 / 2015-04-05__

- Adding wf2-release-2.7.0 to the list of YUI3 for fedtools wy ([963e50c](https://github.com/aversini/fedtools/commit/963e50ce8bab1b2737db278e347987bbee729e81))
- Fixing error message when fedtools wy fails ([1002ed4](https://github.com/aversini/fedtools/commit/1002ed46fa59a30641926286b79eeeb82fb4b651))

__0.0.63 / 2015-03-26__

- Simplifying YUI3 sync + replacing ncp with cpr for node 0.12 compatibility ([207f86e](https://github.com/aversini/fedtools/commit/207f86e7072d723884099d7eb973c449e21ea620))

__0.0.61 / 2015-02-17__

- OMG ([ab798a6](https://github.com/aversini/fedtools/commit/ab798a6cc921d34af1c3090f6078e147c7d0ecbc))
- fucking chai ([b8b0161](https://github.com/aversini/fedtools/commit/b8b01611b70ba42744d20a2e1221c5d0e262c484))
- Adding stderr to several utilities ([2597e65](https://github.com/aversini/fedtools/commit/2597e65265353456ac6172e43096c0d495a59f21))

__0.0.60 / 2015-02-08__

- Skip CI build on npm release / history update ([be445ba](https://github.com/aversini/fedtools/commit/be445ba12058c03ba07f604d93ecdb4ed145bdf3))

__0.0.59 / 2015-02-08__

- typo ([90dcdfa](https://github.com/aversini/fedtools/commit/90dcdfa74f3d7175262dff6b5aa730eff2f201e0))
- It worked! Adding some comments... ([09144f2](https://github.com/aversini/fedtools/commit/09144f22c38d153f290b492210df75d23b6229e2))
- you got to be kidding me ([95a3118](https://github.com/aversini/fedtools/commit/95a3118431127001af4da218ce3c2ac01d77c210))
- Still trying... ([c50d7f2](https://github.com/aversini/fedtools/commit/c50d7f2d10337175152add176bded3fef1596f3a))
- Another fighting round... ([e4ebaa0](https://github.com/aversini/fedtools/commit/e4ebaa0406cd10c1551068bada41ee657607125a))
- Still fighting with Travis... ([1737aff](https://github.com/aversini/fedtools/commit/1737aff9b9e4b3c56c23dd98c25bced7ef9b4fa0))
- Debugging Travis... ([f0412e2](https://github.com/aversini/fedtools/commit/f0412e2a37d6f2e35dafe65599583c78ae52be31))
- Damn it! Still not passing Travis... ([f7215c6](https://github.com/aversini/fedtools/commit/f7215c611b1b796d75effa2bf511e33d5ddba2ee))
- Adding git tests back - now working even with Travis ([b1dea68](https://github.com/aversini/fedtools/commit/b1dea68445a63a1eec152186e0b93a82147a34ab))
- Bypassing 2 git tests to try to pass Travis ([04456cc](https://github.com/aversini/fedtools/commit/04456cc13d545489e8427348cabe3405eb963ae9))
- Adding badges to README ([adae5bd](https://github.com/aversini/fedtools/commit/adae5bdfd74e9a552c081c514727fe453892dab1))
- Adding Travis CI and Coveralls ([d9a5fa2](https://github.com/aversini/fedtools/commit/d9a5fa252d655e8246f7a1bb1c650dac60558c00))

__0.0.58 / 2015-02-07__

- Adding a few unit test for mkdirp ([441fe32](https://github.com/aversini/fedtools/commit/441fe32e1fb9c749af913064a712bac3b516a73d))
- hostile takeover of mkdirp which has been dormant & having extraneous dependencies ([37ecd29](https://github.com/aversini/fedtools/commit/37ecd2950712036863457736b7715028b600ea44))

__0.0.57 / 2015-02-06__

- Do not return a string if argument in undefined ([05c065f](https://github.com/aversini/fedtools/commit/05c065f39f2a1795855c758c7dda2e570c1c24d6))

__0.0.56 / 2015-02-05__

- Moving printMessagesInBox from utilities to log ([38f59ca](https://github.com/aversini/fedtools/commit/38f59ca5516cb83d4d4a0505fdd49a252ded478b))

__0.0.55 / 2015-02-05__

- Fix fedtools wy with invalid default branch (undefined) ([1d5dfd0](https://github.com/aversini/fedtools/commit/1d5dfd01aef6522c443cad05c9fe36257ce8740f))

__0.0.54 / 2015-02-04__

- Entering dependency hell... ([ddc9e0c](https://github.com/aversini/fedtools/commit/ddc9e0c9f743ee074401d48248826eff44f560b8))

__0.0.53 / 2015-02-04__

- Adding printMessagesInBox API ([4a5bae0](https://github.com/aversini/fedtools/commit/4a5bae018b7e04f1321a6fe284d2caa6dee26b7b))

__0.0.52 / 2015-02-01__

- Better phrasing for stopping a running server ([bd45b3c](https://github.com/aversini/fedtools/commit/bd45b3c8c4ce1fad30871e222fad61af8f0d98d6))

__0.0.51 / 2015-02-01__

- Emmergency update for dependencies (^ vs ~) ([1c71be7](https://github.com/aversini/fedtools/commit/1c71be7be5d21c87c7177bd6f996936d01b805af))

__0.0.50 / 2015-02-01__

- Fix default browser opening (not reading the .fedtoolsrc file correctly) ([fb10f78](https://github.com/aversini/fedtools/commit/fb10f78f9e8465d448e7f6cf0550e29347a21d08))

__0.0.49 / 2015-01-31__

- Getting rid of RC utilities ([c16c709](https://github.com/aversini/fedtools/commit/c16c709955403dd9dc0aa7458be0f62b792fcd2f))

__0.0.48 / 2015-01-27__

- Adding custom commitTemplate to git.getChangeLog() ([6018c59](https://github.com/aversini/fedtools/commit/6018c59ab5a8ff704eef7913d93836f0d673921c))

__0.0.46 / 2015-01-27__

- Adding fedtools rc key "version" ([d7f3075](https://github.com/aversini/fedtools/commit/d7f3075602a8191f942c376fc3ff1949ad8bcbc3))

__0.0.45 / 2015-01-24__

- Beta: adding support for other browsers (mac only) ([782c77f](https://github.com/aversini/fedtools/commit/782c77f52261ada477df9c14e309c8b93a1b884c))

__0.0.44 / 2015-01-21__

- Add stderr and stdout to toggleConsole ([047d49a](https://github.com/aversini/fedtools/commit/047d49ad5692ea19b13aaab8c5c1d494d5c6d463))
- Use stdout by default for Progressbar ([a251e99](https://github.com/aversini/fedtools/commit/a251e992bb8123d2c5519ceb528fba4f7d4d4ab7))

__0.0.43 / 2015-01-20__

- Fixing toggleConsole to accept multiple arguments ([ce43d9e](https://github.com/aversini/fedtools/commit/ce43d9eecee1ee8158685d6b5d0bd65d4d934ca5))

__0.0.42 / 2015-01-20__

- Adding updates to eta/elapsed even without ticks ([dc8b3cc](https://github.com/aversini/fedtools/commit/dc8b3ccf305fd58c82d7f4ad7ff2af982d9dd693))

__0.0.41 / 2015-01-19__

- Updating some dependencies ([51b5ca7](https://github.com/aversini/fedtools/commit/51b5ca7a320d454c3e88dd2f1ba49dbb20a15591))

__0.0.40 / 2015-01-19__

- Remove momentjs deprecation warning (https://github.com/moment/moment/issues/1407) ([7bfbaec](https://github.com/aversini/fedtools/commit/7bfbaec8c99aa1e71da7eb953910b6a3aad913d0))

__0.0.39 / 2015-01-18__

- Updating 'install npm' to allow 'force' flag ([6eb129a](https://github.com/aversini/fedtools/commit/6eb129adb69df4d7076bd4da5852991746c9b1b1))

__0.0.38 / 2015-01-18__

- Adding 'toggleConsole' method to hide/redirect the logs to a file ([7e285fb](https://github.com/aversini/fedtools/commit/7e285fbd0f433c24a8d8360cb8ebb8ca3b11060e))
- Adding customized "progress" to toolkit ([ba2fdd4](https://github.com/aversini/fedtools/commit/ba2fdd4f25b28eb087b81a4542f19bcbc4d45bce))
- Adding "git reset --hard" to list of API ([fc70e1d](https://github.com/aversini/fedtools/commit/fc70e1d44054ccc9e24088fb2c183751c8f768f7))

__0.0.37 / 2015-01-10__

- Do not remote YUI3 folder if not cloned temporarily ([ada36d5](https://github.com/aversini/fedtools/commit/ada36d5b008ac2b371ec681f17513f1af39a13fa))

__0.0.36 / 2014-12-28__

- Adding extra help for wria2-yui3 and bump ([5ba8985](https://github.com/aversini/fedtools/commit/5ba89852055f3e4dc6394954bed18c6089b273fa))

__0.0.35 / 2014-12-16__

- Adding extra yuidoc.json update for fedtools bump ([b07d6ee](https://github.com/aversini/fedtools/commit/b07d6eea3234f3547214eb0ac3aaf6d2786c8253))

__0.0.34 / 2014-08-14__

- typo ([20088f3](https://github.com/aversini/fedtools/commit/20088f32c61ba9b7b59503ff3b52022066bf47be))

__0.0.33 / 2014-07-13__

- Fix #1 - Remove temporary YUI folder after fedtools wria2-yui3 ([a237a54](https://github.com/aversini/fedtools/commit/a237a54f5e5129e4459bd939180cf9e431553741))

__0.0.32 / 2014-07-01__

- Adding extra information in debug mode ([5b86487](https://github.com/aversini/fedtools/commit/5b864877bb8e177d26161cf0da41f63f38cdb61a))
- Well, I don't know how to force Github to recognize SHA in my HISTORY file :'( ([e68c528](https://github.com/aversini/fedtools/commit/e68c528e40f2076cbee06c2ca37dc4bef4439dc1))
- Trying to use longSHA for HISTORY and see if github auto links... ([e9f101c](https://github.com/aversini/fedtools/commit/e9f101c7eba81f06fdb63ed24715127623de5fd2))
- Adding option to get the long SHA instead of short (default) for git.getChangeLog() ([cf3912e](https://github.com/aversini/fedtools/commit/cf3912ef5392b8f618f608d401d2839b7a867962))

__0.0.31 / 2014-06-09__

- Fix process.env.HOME call which is not cross platform ([a823df2](https://github.com/aversini/fedtools/commit/a823df2ebc4625ccb393003c64d82421e15be2f9))
- Removing i18n after all ([0c43169](https://github.com/aversini/fedtools/commit/0c431691df14110bb2a8019d54e65ebbfb8e1d80))
- Adding API doc for i18n ([6e251d8](https://github.com/aversini/fedtools/commit/6e251d803da5d50a6232b60cbd7b53fe87075f34))
- Adding i18n helper methods ([c18fc06](https://github.com/aversini/fedtools/commit/c18fc063d74502c7f43e6dec22ded285ad91cc02))

__0.0.30 / 2014-06-08__

- upgrading to latest stable versions of `findit`, `ini`, `mkdirp` and `ncp` ([9dd692a](https://github.com/aversini/fedtools/commit/9dd692a96fc31095ffe2b5933fb49115126fd2f1))
- Upgrading to latest stable `shells` ([00a1a1c](https://github.com/aversini/fedtools/commit/00a1a1cdeaf7283d642c54eafe7aa6c726b9ac71))
- Upgrading to latest stable `underscore` ([1c55a3e](https://github.com/aversini/fedtools/commit/1c55a3ecc34214ba9ab936a16ebd23e682a327b4))
- updating to latest stable `async`, `moment` and `mustache` ([6b68989](https://github.com/aversini/fedtools/commit/6b68989783190cad5443301a377bcda263e9addb))
- Moving `splitCommandLine` from fedtools-utilities to fedtools-commands ([d6e70e7](https://github.com/aversini/fedtools/commit/d6e70e777fb59824808a82c8d5615685f26302c9))
- Removing extra dependency ([ebf3311](https://github.com/aversini/fedtools/commit/ebf3311eb254681d3e31c8858a990695ba5042c6))

__0.0.29 / 2014-06-08__

- missing dependency ([e0a84c5](https://github.com/aversini/fedtools/commit/e0a84c539222237babab34d746a5a9c134ec6e0f))

__0.0.28 / 2014-06-08__

- adding 2 simple (non-secure) methods to obfuscate and un-obfuscate a string ([c58f595](https://github.com/aversini/fedtools/commit/c58f59525efdaf8b5cd6377df67aadb114152fa1))
- adding 'warbuilder' as an authorized key to `~/.fedtoolsrc` ([a765e39](https://github.com/aversini/fedtools/commit/a765e399062add4a33f4ba9acc09775bce895711))

__0.0.27 / 2014-06-03__

- Adding new unit test for utilities.splitCommandLine ([304e988](https://github.com/aversini/fedtools/commit/304e9882834cee6dec1727d5b9c87b241db4f29d))
- typo in API doc ([7e5e083](https://github.com/aversini/fedtools/commit/7e5e08399aca6d062e2c6662a6151f48a3c51771))
- updating unit test for getTemporaryDir (to be more precise) ([7091e67](https://github.com/aversini/fedtools/commit/7091e67a79ff5b9776239951e17e096c00867081))
- Adding a few unit tests for git helper ([ce2086a](https://github.com/aversini/fedtools/commit/ce2086a47ecee62f4256b159f2fa26422ee56bf4))

__0.0.26 / 2014-06-02__

- Migrating to fedtools-logs 0.1.x ([59c3e15](https://github.com/aversini/fedtools/commit/59c3e156d69966ab151c7cd3a74fc8987c71ba2e))

__0.0.25 / 2014-06-01__

- Locking fedtools-logs dependency ([ef26738](https://github.com/aversini/fedtools/commit/ef267388ca502602d4c04f94c48b863db19e042b))

__0.0.24 / 2014-06-01__

- more unit tests ([45b6b4b](https://github.com/aversini/fedtools/commit/45b6b4bb34e8c703f8cc7dc3262d09ce32008fcf))
- Few fixes to issues found with unit tests ([2071b4b](https://github.com/aversini/fedtools/commit/2071b4b3c575b117769744d761bb93e03a70ea85))

__0.0.23 / 2014-05-31__

- Fixing release number... ([a1a3102](https://github.com/aversini/fedtools/commit/a1a3102f52e5c21570018a0ecbd7d8dbe1389b60))
- first pass at unit tests ([a8b0585](https://github.com/aversini/fedtools/commit/a8b0585d1092cf6884e4eb4a617c329c129c312d))

__0.0.22 / 2014-05-30__

- Adding method 'splitCommandLine' ([9705075](https://github.com/aversini/fedtools/commit/9705075ac26bb0efa3ca9b17ab725b6d939c69cd))

__0.0.21 / 2014-05-29__

- Removing 'notify' helper method (not stable) ([a13ea27](https://github.com/aversini/fedtools/commit/a13ea27faa1cddaba57d37ea4fd0007e514af238))

__0.0.20 / 2014-05-28__

- Adding 'openInBrowser' helper method ([959c265](https://github.com/aversini/fedtools/commit/959c26554d8ff29f5f42d2b57282fd499226db31))

__0.0.19 / 2014-05-28__

- Removing status log from 'getOSXVersion'... ([eb01b91](https://github.com/aversini/fedtools/commit/eb01b91b8a6ab2c1a6be5f6876b1e0abaaba1a40))

__0.0.18 / 2014-05-28__

- Adding getOSXVersion helper method ([db2ad08](https://github.com/aversini/fedtools/commit/db2ad0810d61736876f2c4b2269b6c8854e9605a))

__0.0.17 / 2014-05-27__

- Ooops, missing image files for notifier ([a4d24f7](https://github.com/aversini/fedtools/commit/a4d24f7201a77114a06a54269ea11ee36efac74e))

__0.0.15 / 2014-05-27__

- code style ([3b8d0bd](https://github.com/aversini/fedtools/commit/3b8d0bd7e5c93f11f94198161f43fa5991a1e9ce))
- Adding utilities.notifier.notify() method ([28ea87a](https://github.com/aversini/fedtools/commit/28ea87a09a35d2a077b46823aff30fb41fabee2f))

__0.0.14 / 2014-05-27__

- Adding filter to Grunt history to ignore some commits ([9a3e2b6](https://github.com/aversini/fedtools/commit/9a3e2b69dc4ffd91575e3adcf995fb2326da74dd))
- Adding 'ignore' option to git.getChangeLog to ignore some commits based on the comments ([d77ac6a](https://github.com/aversini/fedtools/commit/d77ac6a5da6a8b340002c5302a488a2a76e3bf7d))
- fixing API documentation ([f07d6f6](https://github.com/aversini/fedtools/commit/f07d6f6bc51119f0ccafe5b879f082246c835c15))

__0.0.13 / 2014-05-27__

- moving dependencies from dev to release ([a385f34](https://github.com/aversini/fedtools/commit/a385f34b8275a22dfbcbbc1bb8768e5eea54e272))

__0.0.12 / 2014-05-26__

- Fixing html escaping in getChangeLog... ([9f494a2](https://github.com/aversini/fedtools/commit/9f494a2c0c9fba8ab5bbc564deb3857110601b8b))

__0.0.11 / 2014-05-26__

- Oops, fix pre-release since the last log is not about npm but history... ([04e6fca](https://github.com/aversini/fedtools/commit/04e6fcac243d7d89599c6f9e6996943c9c860bd5))

__0.0.10 / 2014-05-26__

- Adding 'pre-release' grunt check to make sure publish is not done twice ([62a814d](https://github.com/aversini/fedtools/commit/62a814d29d0c48dc1abb1a76d355d11cd165cddb))

__0.0.9 / 2014-05-26__

- Fixing documentation for getChangeLog ([cd8046c](https://github.com/aversini/fedtools/commit/cd8046c61d3387756ab6710129fb003612dd44bd))

__0.0.8 / 2014-05-26__

- grunt history should run after grunt release ([124580d](https://github.com/aversini/fedtools/commit/124580deaf33894877f5ff462867568ca0e3a03f))

__0.0.6 / 2014-05-26__

- Updating Gruntfile to use utilities.git.getChangeLog ([58dc304](https://github.com/aversini/fedtools/commit/58dc30435cf21fa6d70ad379a2bb98a2014a1faa))
- Adding git command: getChangeLog ([969d56d](https://github.com/aversini/fedtools/commit/969d56d9c24edfbf3f41e7c9ec61554ef3f15f8c))

__0.0.5 / 2014-05-25__

- Exporting other utilities (yui3 and git) ([758b02c](https://github.com/aversini/fedtools/commit/758b02c2f1a6e01e2650d2b36f4620dd0596e346))

__0.0.4 / 2014-05-25__

- Merging from fedtools ([680ec3f](https://github.com/aversini/fedtools/commit/680ec3fcd366ab2976cabc54ae891c0b9ef4b3f7))

__0.0.3 / 2014-01-14__

- Moving utilities from fedtools to fedtools-utilities ([63475ba](https://github.com/aversini/fedtools/commit/63475ba5608d8bcee95e67cf3144735a7c97b397))
