ajoberstar / reckon

Infer a project's version from your Git repository.
Apache License 2.0
184 stars 28 forks source link

Reckoned version has already been released #178

Closed dtrunk90 closed 2 years ago

dtrunk90 commented 2 years ago

I've created a new branch to start from scratch since my project was quite old and unmaintained the last couple of years. Now with the new branch I've started to use gradle with reckon. But as there were already versions released before I had to rename the tags to match SemVer. I've also renamed my branches: master -> abandoned, rewrite -> master. Last tagged version is 2.5.0 so reckon should work with that. Instead reckon tries to start from 0.1.0 which - if I use stage=final scope=major results in Reckoned version 1.0.0 has already been released.

Here's my full graph:

git log --all --graph
* commit bd5347098217f958bdcb84f3546113bbb7fd871a (HEAD -> master, origin/master, origin/HEAD)
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Thu Jun 16 17:15:21 2022 +0200
| 
|     gradle: reckon: Bump version
| 
* commit 757a481dd3523610bb0cdc73a12a49d81ea16dc0 (origin/rewrite)
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Thu Jun 16 16:31:33 2022 +0200
| 
|     gradle: Add publish + signing plugins and configuration
| 
* commit d5666ee9d7fe9b7cbe58d8f0cd8cf9b7ece73d74
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Thu Jun 16 16:30:52 2022 +0200
| 
|     gradle: Add check task dependency to reckonTagCreate task
| 
* commit 52efcb1c689ae09d2756157d9d2b75cbd561ae1f
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Thu Jun 16 15:15:41 2022 +0200
| 
|     benchmark: Fix checkstyle + pmd warnings
| 
* commit 15312e1e3ab01676f28f93273c54876d8f159155
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Thu Jun 16 14:59:23 2022 +0200
| 
|     benchmark: Add jmh plugin
| 
* commit 79dfc83c1fa23a902506daa8ac2dfc03236efd5a
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Thu Jun 16 14:58:25 2022 +0200
| 
|     test: Fix unit tests
| 
* commit 6ca620b04b441bb50e37f2a8f53c0807415e848d
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Thu Jun 16 14:57:11 2022 +0200
| 
|     replacements: Add and fix several properties
| 
* commit b02462ef975bb359ee25f4eae8b409fdc14f4603
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Thu Jun 9 23:36:35 2022 +0200
| 
|     pmd: Add plugin and fix errors
| 
* commit 93d82f223e0e2e3b568fae00f37c6726258f809b
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Thu Jun 9 22:59:20 2022 +0200
| 
|     gitignore: Add IntelliJ checkstyle plugin related stuff
| 
* commit 8675225a7290260bc28549bf5625727ffcf9a958
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Thu Jun 9 22:55:21 2022 +0200
| 
|     checkstyle: Add plugin and fix errors
| 
* commit 407709d384b62ae7e8af25abc42acf7a05b330fd
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Thu Jun 9 22:19:28 2022 +0200
| 
|     reckon: Add plugin
| 
* commit dfd253c494ddcdda2d9ff285a6feb16f4f72e0ad
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Thu Jun 9 22:08:44 2022 +0200
| 
|     lombok: Bump version
| 
* commit 3c40740a25cef8456c060d0401e3b23380b8044c
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Thu Jun 9 22:06:38 2022 +0200
| 
|     Configure versions plugin to only check for release versions
| 
* commit 184a7b81ee78e00bdff5573ee09d35fe73a39ed6
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Thu Jun 9 21:51:53 2022 +0200
| 
|     Add versions plugin which provides tasks for discovering dependency updates
| 
* commit 3c4e62a8fcca9932ff32ef15e7dd19dc0508c101
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Thu Jun 9 21:47:06 2022 +0200
| 
|     Set java target compatibility to 11 due to Predicate#not
| 
* commit fd9aff63b1bd4b86557509725a7ed0fdd72184f3
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Thu Jun 9 21:46:28 2022 +0200
| 
|     Code cleanup + Fix wrong parameter
| 
* commit 3e3b365b4f5f2c42bfa5d9e28afc2702f4e8a31d
  Author: Danny Trunk <dtrunk90@gmail.com>
  Date:   Wed Jun 1 21:07:27 2022 +0200

      Initial commit

*   commit b7d0d3875bc232743d66b35441b7d17b9aa2f945 (origin/abandoned, abandoned)
|\  Merge: 97ccb65 0e75483
| | Author: Danny Trunk <dtrunk90@gmail.com>
| | Date:   Thu Apr 15 13:06:22 2021 +0200
| | 
| |     Merge pull request #66 from slugify/dependabot/maven/junit-junit-4.13.1
| |     
| |     Bump junit from 4.12 to 4.13.1
| | 
| * commit 0e75483bcda32a28c9937f89c58ff147ad4ec7cc
| | Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| | Date:   Tue Oct 13 06:46:58 2020 +0000
| | 
| |     Bump junit from 4.12 to 4.13.1
| |     
| |     Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1.
| |     - [Release notes](https://github.com/junit-team/junit4/releases)
| |     - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md)
| |     - [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13.1)
| |     
| |     Signed-off-by: dependabot[bot] <support@github.com>
| |   
* |   commit 97ccb651542bcac2614c6ec4ee6b2236ba7aa27c
|\ \  Merge: 42578d4 69d070a
| | | Author: Danny Trunk <dtrunk90@gmail.com>
| | | Date:   Thu Apr 15 13:04:29 2021 +0200
| | | 
| | |     Merge pull request #69 from cvhau/patch-1
| | |     
| | |     Update missing Vietnamese characters to replacements.properties [Related issue #43]
| | | 
| * | commit 69d070a0963eed679004fa5a58228a36294a3103
| | | Author: Cao Van Hau <cvhau.tt@gmail.com>
| | | Date:   Thu Apr 15 10:11:35 2021 +0700
| | | 
| | |     Update missing Vietnamese characters to replacements.properties [đ, Đ] -> [d, D]
| | | 
| * | commit b5f6f3763707094bc742b79413a85e2ba7b2865d
| | | Author: Cao Van Hau <cvhau.tt@gmail.com>
| | | Date:   Thu Apr 15 10:05:05 2021 +0700
| | | 
| | |     Update .gitignore file for IntelliJ IDEA
| | |   
* | |   commit 42578d499ea656025a95fa05307afc67929b7c39
|\ \ \  Merge: 39fee2d 3d2d44b
| | | | Author: Danny Trunk <dtrunk90@gmail.com>
| | | | Date:   Thu Apr 15 13:03:12 2021 +0200
| | | | 
| | | |     Merge pull request #70 from slugify/revert-61-patch-1
| | | |     
| | | |     Revert "Update replacements.properties"
| | | | 
| * | | commit 3d2d44b998635ca650acba6ba0b44e7358691379
|/ / /  Author: Danny Trunk <dtrunk90@gmail.com>
| | |   Date:   Thu Apr 15 13:02:58 2021 +0200
| | |   
| | |       Revert "Update replacements.properties"
| | |   
* | |   commit 39fee2dbd0fe7fb22149bb2ca1d25d34b803edd6
|\ \ \  Merge: 9a2fbec 6649b5a
| |/ /  Author: Danny Trunk <dtrunk90@gmail.com>
|/| |   Date:   Thu Apr 15 12:50:51 2021 +0200
| | |   
| | |       Merge pull request #61 from egemenozkan/patch-1
| | |       
| | |       Update replacements.properties
| | | 
| * | commit 6649b5a4c2e0292665a84439fcf3bc8207e848bb
| | | Author: egemenozkan <egemenozkan@gmail.com>
| | | Date:   Sun Jan 13 15:08:28 2019 +0300
| | | 
| | |     Update replacements.properties
| | |     
| | |     Ö,ö,Ü,ü,Ç,ç support added for Turkish SEO friendly slug
| | | 
* | | commit 9a2fbecd08a1f2a763c239090dc3e006a5024646
| | | Author: Danny Trunk <dtrunk90@gmail.com>
| | | Date:   Tue Apr 6 22:03:27 2021 +0200
| | | 
| | |     [maven-release-plugin] prepare for next development iteration
| | | 
* | | commit cba1a3a5bae31d0781a10454cb4e8ecb1f893643 (tag: 2.5.0)
| | | Author: Danny Trunk <dtrunk90@gmail.com>
| | | Date:   Tue Apr 6 22:03:22 2021 +0200
| | | 
| | |     [maven-release-plugin] prepare release slugify-parent-2.5
| | |   
* | |   commit 2e28ce9c3a08f7e74a384d4b5d53a8a5922008c8
|\ \ \  Merge: 1331334 007eb92
| |_|/  Author: Danny Trunk <dtrunk90@gmail.com>
|/| |   Date:   Tue Apr 6 21:57:24 2021 +0200
| | |   
| | |       Merge pull request #67 from rmendonca/master
| | |       
| | |       Change Transliterator declaration to allow to exclude the dependency
| | | 
| * | commit 007eb92e76856a056c215d6223f2f3abfd79fb70
|/ /  Author: renatonumeriq <renato.mendonca@quebecormedia.com>
| |   Date:   Tue Mar 23 20:50:29 2021 -0400
| |   
| |       Change Transliterator declaration to allow to exclude the dependency icu4j if not used.
| | 
* | commit 13313346bf84d29d9467a226ba62bd2d716c2eb4
| | Author: Danny Trunk <dtrunk90@gmail.com>
| | Date:   Tue Aug 6 11:25:51 2019 +0200
| | 
| |     Updated version in README.md
| | 
* | commit 26cd2e0368ad8174d7c488d23c1119316432c831
| | Author: Danny Trunk <dtrunk90@gmail.com>
| | Date:   Tue Aug 6 11:25:31 2019 +0200
| | 
| |     Updated version in README.md
| | 
* | commit f72d7288e25a91b85a6c3b24404d5b7b7955abc3
| | Author: Danny Trunk <dtrunk90@gmail.com>
| | Date:   Tue Aug 6 11:22:46 2019 +0200
| | 
| |     Updated JDK in order to succeed travis builds
| | 
* | commit b0dde32e5b047bae8b44ec2f06a42dd4821a24e1
| | Author: Danny Trunk <dtrunk90@gmail.com>
| | Date:   Sat Aug 3 14:14:00 2019 +0200
| | 
| |     [maven-release-plugin] prepare for next development iteration
| | 
* | commit 3c4ad592ef00261f5382d74d9876766092e2d3f6 (tag: 2.4.0)
| | Author: Danny Trunk <dtrunk90@gmail.com>
| | Date:   Sat Aug 3 14:13:50 2019 +0200
| | 
| |     [maven-release-plugin] prepare release slugify-parent-2.4
| |   
* |   commit 3c5e990259da5374ea2f4b1c2da31983f822238f
|\ \  Merge: dd9f7c2 cb39e6e
| |/  Author: Danny Trunk <dtrunk90@gmail.com>
|/|   Date:   Sat Aug 3 14:10:04 2019 +0200
| |   
| |       Merge pull request #62 from olekihnatowicz/bump-icu
| |       
| |       Bump ICU to 64.2
| | 
| * commit cb39e6e87d2bbf7af7b86f4abdfba98b1db955b4
|/  Author: Aleksander Ihnatowicz <aleksander.ihnatowicz@allegro.pl>
|   Date:   Thu Jun 27 14:30:13 2019 +0200
|   
|       Bump ICU to 64.2
| 
* commit dd9f7c2afe91e6c429c714f5a982eaeb271edb9f
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Sat Dec 8 15:25:05 2018 +0100
| 
|     Updated version in README.md
| 
* commit 2802f60eb1730540000094eeeea07fcee763c90d
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Sat Dec 8 15:16:16 2018 +0100
| 
|     [maven-release-plugin] prepare for next development iteration
| 
* commit c1a2d54f56bab0903caa3431c96964cc4bca2313 (tag: 2.3.0)
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Sat Dec 8 15:16:07 2018 +0100
| 
|     [maven-release-plugin] prepare release slugify-parent-2.3
|   
*   commit 4259a4a4e68cd680300d5dbe9bfa10627059fd5d
|\  Merge: 3609fe6 60b33ed
| | Author: Danny Trunk <dtrunk90@gmail.com>
| | Date:   Tue Sep 18 14:26:57 2018 +0200
| | 
| |     Merge pull request #52 from bgalek/master
| |     
| |     benchmark module
| | 
| * commit 60b33ed6d27c83c06394e132a7b9b752759ed0d4
| | Author: Bartosz Galek <bartosz.galek@allegrogroup.com>
| | Date:   Fri Nov 24 12:01:44 2017 +0100
| | 
| |     benchmark module
| |   
* |   commit 3609fe69af701170b6f6b4ebcf6c88ae35199da2
|\ \  Merge: 59e6807 2631296
| | | Author: Danny Trunk <dtrunk90@gmail.com>
| | | Date:   Tue Sep 18 14:20:59 2018 +0200
| | | 
| | |     Merge pull request #57 from alex270295/patch-1
| | |     
| | |     fix 'ж' transliteration
| | |   
| * |   commit 26312961b09ffebfbaa036cbbd71103e79f1c86a
| |\ \  Merge: 2731bc4 59e6807
| |/ /  Author: Danny Trunk <dtrunk90@gmail.com>
|/| |   Date:   Tue Sep 18 14:20:43 2018 +0200
| | |   
| | |       Merge branch 'master' into patch-1
| | |   
* | |   commit 59e6807005dc713b73f7dd545fe1ff0895c0face
|\ \ \  Merge: d98d06d 93a5e4d
| |_|/  Author: Danny Trunk <dtrunk90@gmail.com>
|/| |   Date:   Tue Sep 18 14:12:19 2018 +0200
| | |   
| | |       Merge pull request #56 from pIkEL618/master
| | |       
| | |       Adding support for arabic letters
| | | 
| * | commit 93a5e4d4188c8cfad3dee8813e43b4bc7211dd6c
|/ /  Author: Mikael <mikael@storytel.com>
| |   Date:   Mon Jun 25 11:55:11 2018 +0200
| |   
| |       Adding support for arabic.
| | 
| * commit 2731bc43df48db9da004f22aaa9365be569728c2
|/  Author: Korolyov Alexei <alex270295@yandex.ru>
|   Date:   Wed Aug 8 12:47:37 2018 +0300
|   
|       fix 'ж' transliteration
|       
|       'Ж' -> 'Zh'
|       'ж' -> 'yo'
|       why? =)
| 
* commit d98d06d02cc13871b845b5af0befad803a6e119a
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Mon Nov 13 12:58:37 2017 +0100
| 
|     Updated version in README.md
| 
* commit 2fa973e4ea1ea576d83d95829e9bdebad5cbc466
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Mon Nov 13 12:55:39 2017 +0100
| 
|     [maven-release-plugin] prepare for next development iteration
| 
* commit eb610399e0ace9eea470d62182bb2444bf2b2ffd (tag: 2.2.0)
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Mon Nov 13 12:55:32 2017 +0100
| 
|     [maven-release-plugin] prepare release slugify-parent-2.2
| 
* commit 105dfa0fa8eb11ec9f97eee7b7c9ce5541c0f625
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Mon Nov 13 12:50:13 2017 +0100
| 
|     added openjdk8 to travis config
|   
*   commit a20568164809e69e51bef0ee131945114e8c266f
|\  Merge: 75f3853 ffff1d5
| | Author: Danny Trunk <dtrunk90@gmail.com>
| | Date:   Mon Nov 13 12:49:17 2017 +0100
| | 
| |     Merge pull request #50 from jzimermann/java_migration
| |     
| |     Migrates library to Java 8
| | 
| * commit ffff1d5a70cb76a08554ac7da20b85334b34679a
| | Author: José Alberto Zimermann <jazimermann@gmail.com>
| | Date:   Tue Nov 7 21:59:19 2017 -0200
| | 
| |     Small refactoring to use lambda functions instead of regular loops
| |     
| |     It also extracts some constants
| | 
| * commit b2014bc33c89deb0c7fc31033b699b895b309360
|/  Author: José Alberto Zimermann <jazimermann@gmail.com>
|   Date:   Tue Nov 7 21:57:21 2017 -0200
|   
|       Migrates from Java 6 to Java 8
|   
*   commit 75f385380c3bde86a8c9c4939838501573b66ba3
|\  Merge: f73d94d f446bc3
| | Author: Danny Trunk <dtrunk90@gmail.com>
| | Date:   Sun Nov 12 20:40:11 2017 +0100
| | 
| |     Merge pull request #49 from oloo/master
| |     
| |     [Beto, James] upgrades com.ibm.icu:icu4j from version 59.1 to 60.1 to…
| | 
| * commit f446bc3ab0c1828c1b677e03b0585d8546ec4703
|/  Author: James Onyango <jamesony@thoughtworks.com>
|   Date:   Tue Nov 7 16:19:25 2017 -0600
|   
|       [Beto, James] upgrades com.ibm.icu:icu4j from version 59.1 to 60.1 to fix known vulnerabilities in the library. This also updates the encoding Bulgarian-latin/BGN to Cyrillic-Latin
| 
* commit f73d94d030df47c21ae031499eea9dca209dcf4c
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Wed Oct 25 18:36:45 2017 +0200
| 
|     Updated version in README.md
| 
* commit da4596d88899e744eddcdb16440074610a5fe214
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Wed Oct 25 18:31:55 2017 +0200
| 
|     [maven-release-plugin] prepare for next development iteration
| 
* commit e4e2fcd076f9605da97b3a8462bf05dbbb2c7e3b (tag: 2.1.12)
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Wed Oct 25 18:31:47 2017 +0200
| 
|     [maven-release-plugin] prepare release slugify-parent-2.1.12
|   
*   commit e25d5e921a198e917739127acabea79924399049
|\  Merge: 6c30483 4e5f28f
| | Author: Danny Trunk <dtrunk90@gmail.com>
| | Date:   Wed Oct 25 18:30:50 2017 +0200
| | 
| |     Merge pull request #47 from saleem/master
| |     
| |     Make normalization behavior consistent for both - and _ separators
| | 
| * commit 4e5f28f2c39e12b7add18e5fe5d19fba5bd3de81
| | Author: Saleem Siddiqui <saleem@saleem-siddiqui.com>
| | Date:   Wed Oct 25 09:18:05 2017 -0500
| | 
| |     Made normalization separator-dependendent: normalize - or _ appropriately
| | 
| * commit 0e27ea662c1c0b5a42f1943fcd56d0c0e724ff91
|/  Author: Saleem Siddiqui <saleem@saleem-siddiqui.com>
|   Date:   Wed Oct 25 09:15:45 2017 -0500
|   
|       Illustrating current normalization behavior: "-" chars are normalized, "_" are not
| 
* commit 6c30483f12f36917d29368d947753c8899ddf5f1
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Sun Oct 15 16:40:07 2017 +0200
| 
|     Updated version in README.md
| 
* commit cd091c83756d1802365dc0e4143593b5ebc97fc0
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Sun Oct 15 16:37:11 2017 +0200
| 
|     [maven-release-plugin] prepare for next development iteration
| 
* commit b5436f6a7ac26dbdee9c4ca9943c01cafd7e5077 (tag: 2.1.11)
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Sun Oct 15 16:37:04 2017 +0200
| 
|     [maven-release-plugin] prepare release slugify-parent-2.1.11
| 
* commit 8f2b0bb60f09de9126f1fde735d71afa9cd8294e
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Sun Oct 15 16:32:51 2017 +0200
| 
|     fixed #45
| 
* commit 57fb81868bd176aaf5e144fbe41d0355b27eb0b0
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Sat Oct 7 16:26:13 2017 +0200
| 
|     Updated version in README.md
| 
* commit 32c64aa16804895a630fbe443a6a92e7cf55ae28
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Sat Oct 7 16:20:34 2017 +0200
| 
|     [maven-release-plugin] prepare for next development iteration
| 
* commit 52bd3dce48114f5ce55eb2a3dd15eec41207ab83 (tag: 2.1.10)
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Sat Oct 7 16:20:27 2017 +0200
| 
|     [maven-release-plugin] prepare release slugify-parent-2.1.10
|   
*   commit 4f7420ed49c7b0dcab7d25d92810c3fe3a4db4e6
|\  Merge: 19e174e 6591403
| | Author: Danny Trunk <dtrunk90@gmail.com>
| | Date:   Thu Oct 5 08:03:14 2017 +0200
| | 
| |     Merge pull request #46 from siddharth96/master
| |     
| |     Optimizing number of calls to pattern.compile
| | 
| * commit 65914033887cecdebd2492349a9d7efe736ac1ee
|/  Author: Siddharth Srivastava <siddharth.srivastava@cleartax.in>
|   Date:   Wed Oct 4 20:36:13 2017 +0530
|   
|       Optimizing number of calls to pattern.compile
|       
|       Call to 'input.replace' internally creates new Pattern every-time. In my case, we were invoking slugify() 2million times, and this single line would use 1.25gb of memory in TLAB.
|       Also, 'builtInReplacements' is currently using a O(n^2) approach, which has been now made O(n)
| 
* commit 19e174e5a9d918e5a90e2544c6bb8799bbbd9f56
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Sat Apr 15 21:38:56 2017 +0200
| 
|     new version
| 
* commit 99cdf076f1371b91e2bf4573fae89146fe0d7983
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Sat Apr 15 21:38:22 2017 +0200
| 
|     new version
| 
* commit a8a01eaa2fc97e9f4e7154544616b694330b195c
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Sat Apr 15 21:33:45 2017 +0200
| 
|     [maven-release-plugin] prepare for next development iteration
| 
* commit 856cde879caa9c9b38720ac5fe0c72270e034649 (tag: 2.1.9)
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Sat Apr 15 21:33:37 2017 +0200
| 
|     [maven-release-plugin] prepare release slugify-parent-2.1.9
|   
*   commit ff14aec85717158a812c3c0379f75ea8d8eb9012
|\  Merge: 3be961a d7f3794
| | Author: Danny Trunk <dtrunk90@gmail.com>
| | Date:   Sat Apr 15 21:29:31 2017 +0200
| | 
| |     Merge pull request #44 from giannoug/master
| |     
| |     Add support for Greek characters
| | 
| * commit d7f3794e3bda1d6e11ed24213ee76a1b57f57f58
|/  Author: giannoug <giannoug@gmail.com>
|   Date:   Sat Apr 15 21:59:57 2017 +0300
|   
|       Add support for Greek characters
| 
* commit 3be961a209909626d81ccb10bd7971eeffb9f20d
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Fri Feb 24 18:41:57 2017 +0100
| 
|     new version
| 
* commit 88baf82e83fc2a8cf9167910afc18ed4c5e0aee3
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Fri Feb 24 18:36:47 2017 +0100
| 
|     [maven-release-plugin] prepare for next development iteration
| 
* commit 3be5faaa5592b66602ade5007e6b0cce1b2172f7 (tag: 2.1.8)
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Fri Feb 24 18:36:39 2017 +0100
| 
|     [maven-release-plugin] prepare release slugify-parent-2.1.8
|   
*   commit 9b83deaa558b40dc9bf61b4eb461f8d0bad8d498
|\  Merge: b5ecd39 f80ea8e
| | Author: Danny Trunk <dtrunk90@gmail.com>
| | Date:   Fri Feb 24 18:34:47 2017 +0100
| | 
| |     Merge pull request #42 from pIkEL618/patch-1
| |     
| |     Adding nordic characters åÅ, øØ and æÆ
| | 
| * commit f80ea8e253e1983ff4b39112d8eead97708aa6d5
| | Author: Mikael Holmquist <mikael@storytel.com>
| | Date:   Fri Feb 24 13:07:00 2017 +0100
| | 
| |     Changing tests to match the new replacement characters
| | 
| * commit 56bff28f1e7d51f6fe06a4d520e528a005c03788
| | Author: Mikael Holmquist <mikael@storytel.com>
| | Date:   Wed Feb 22 11:27:24 2017 +0100
| | 
| |     Updating with danish ø,Ø,æ and Æ as well.
| | 
| * commit 1564ade6f8754146af459cd72107a7f501adfed4
|/  Author: Mikael Holmquist <mikael@storytel.com>
|   Date:   Wed Feb 22 11:16:14 2017 +0100
|   
|       Adding nordic characters å and Å
|   
*   commit b5ecd39cdf270311890da5280d2750847ef3b58d
|\  Merge: ca4e92e 9bbf591
| | Author: Danny Trunk <dtrunk90@gmail.com>
| | Date:   Mon Oct 31 10:43:52 2016 +0100
| | 
| |     Merge pull request #41 from stonio/patch-8
| |     
| |     Update Slugify.java - Refactor regex
| | 
| * commit 9bbf5911e4c391f86acc9cc75288d68b9c871153
|/  Author: stonio <stonio@users.noreply.github.com>
|   Date:   Mon Oct 31 10:38:00 2016 +0100
|   
|       Update Slugify.java - Refactor regex
|       
|       Similar to #40
|   
*   commit ca4e92e6a71478e916307590cf67a6af7776c74b
|\  Merge: 618ad0e e06eb3e
| | Author: Danny Trunk <dtrunk90@gmail.com>
| | Date:   Sat Oct 29 15:06:12 2016 +0200
| | 
| |     merged pull request #39
| |   
| *   commit e06eb3ed285a5945763af15eb390074bbcc93710
| |\  Merge: 3c4aac0 f45e15a
| | | Author: Danny Trunk <dtrunk90@gmail.com>
| | | Date:   Tue Oct 25 15:17:10 2016 +0200
| | | 
| | |     Merge pull request #40 from stonio/patch-8
| | |     
| | |     Slugify.java - Refactor regex
| | | 
| | * commit f45e15a496880a33b42de1fdf043427b37e30536
| |/  Author: stonio <stonio@users.noreply.github.com>
| |   Date:   Mon Oct 24 12:52:28 2016 +0200
| |   
| |       Slugify.java - Refactor regex
| |   
| *   commit 3c4aac0fda82d61621946502672679d9dfbfbf08
| |\  Merge: 0e05964 ed319af
| | | Author: Danny Trunk <dtrunk90@gmail.com>
| | | Date:   Wed Oct 19 12:00:37 2016 +0200
| | | 
| | |     Merge pull request #38 from stonio/patch-8
| | |     
| | |     Make method Slugify#normalize(String) protected
| | | 
| | * commit ed319af756dada3cb1511813cf1d1baeb848e223
| |/  Author: stonio <stonio@users.noreply.github.com>
| |   Date:   Wed Oct 19 11:22:11 2016 +0200
| |   
| |       Make method Slugify#normalize(String) protected
| |       
| |       Change method `Slugify#normalize(String)` visibility from `private` to `protected`
| |   
* |   commit 618ad0e54c23d2f822e0067ddbc1367dcb2ffeef
|\ \  Merge: 4d46a37 7d0f006
| | | Author: Danny Trunk <dtrunk90@gmail.com>
| | | Date:   Sat Oct 29 15:01:01 2016 +0200
| | | 
| | |     Merge branch 'stonio-patch-9'
| | | 
| * | commit 7d0f0062c18781c7066393053e2750921c067e75
| |/  Author: stonio <stonio@users.noreply.github.com>
| |   Date:   Wed Oct 19 11:36:09 2016 +0200
| |   
| |       Update Slugify.java - Cache Regex patterns
| | 
| * commit 0e059646aeb4ac3c2c75658e81903de7f8d7eadc
|/| Merge: 4d46a37 0fbcc51
| | Author: Danny Trunk <dtrunk90@gmail.com>
| | Date:   Wed Oct 19 10:36:03 2016 +0200
| | 
| |     Merge pull request #37 from stonio/patch-8
| |     
| |     Slugify.java - Make Method parameters as final
| | 
| * commit 0fbcc51252a716b613ba27bf57728430d2623755
| | Author: stonio <stonio@users.noreply.github.com>
| | Date:   Wed Oct 19 10:33:22 2016 +0200
| | 
| |     Update Slugify.java - Force indent to tab
| |     
| |     Convert indentation from spaces to tab.
| | 
| * commit 94ddda84e97e0707f058b9f7c088cb6226a45c76
| | Author: stonio <stonio@users.noreply.github.com>
| | Date:   Wed Oct 19 10:20:02 2016 +0200
| | 
| |     Update SluSlugify.java - Use String#isEmpty()
| |     
| |     Use String#isEmpty().
| | 
| * commit a12ab0edcef07162db0ea90c7922e7ac3badff5c
|/  Author: stonio <stonio@users.noreply.github.com>
|   Date:   Tue Oct 18 16:54:03 2016 +0200
|   
|       Update Slugify.java
|       
|       Some minor optimizations.
| 
* commit 4d46a374f024f0f20257d63dddaf165e9e4df9e5
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Sat Oct 15 16:25:49 2016 +0200
| 
|     added unit test for underscore separator + minor readme code example fix
| 
* commit c681e11a409267cfa1e124bcc4f72a0db42212ef
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Wed Oct 12 19:36:28 2016 +0200
| 
|     updated readme
| 
* commit dcb86861f87597aa043635d18cef1f4d6eb33754
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Wed Oct 12 19:34:10 2016 +0200
| 
|     updated versions and api in readme files + set constructor with lowerCase as deprecated
| 
* commit be7cfce4a1ff9f0831cd48b8685db762cfcda13f
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Wed Oct 12 19:21:42 2016 +0200
| 
|     [maven-release-plugin] prepare for next development iteration
| 
* commit 4347cc16c53578b4269c9103c6920a7c6418b320 (tag: 2.1.7)
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Wed Oct 12 19:21:37 2016 +0200
| 
|     [maven-release-plugin] prepare release slugify-parent-2.1.7
| 
* commit f35a23d5e114f4fb6fb71b7c349463b67a81bbe8
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Wed Oct 12 19:19:18 2016 +0200
| 
|     oops :-)
| 
* commit e44eff38de558346e515cb28d748416339022945
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Wed Oct 12 18:58:50 2016 +0200
| 
|     fixes #36
| 
* commit 39346e88bc59e6539586e9461de8aef106b63e11
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Mon Aug 22 19:43:46 2016 +0200
| 
|     updated versions
| 
* commit 9d994c5fdaba706e8b66e3f53f66c4d2973b9887
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Mon Aug 22 19:37:08 2016 +0200
| 
|     [maven-release-plugin] prepare for next development iteration
| 
* commit 3ee2a0b223a0df33c956b4937862e770fb98b2b9 (tag: 2.1.6)
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Mon Aug 22 19:36:59 2016 +0200
| 
|     [maven-release-plugin] prepare release slugify-parent-2.1.6
|   
*   commit 38551cf0c126330dcc7dbd651f2c20dd9c9ffc68
|\  Merge: 835ac43 6736509
| | Author: Danny Trunk <dtrunk90@gmail.com>
| | Date:   Mon Aug 22 10:01:09 2016 +0200
| | 
| |     Merge pull request #33 from bgalek/plus_sign_refactor
| |     
| |     fluent api, refeactored tests, updated core, removing plus sign
| | 
| * commit 6736509210ae5dc15e8f0e9b3c0b3798978fbb42
| | Author: Bartosz Galek <bartosz.galek@allegrogroup.com>
| | Date:   Mon Aug 22 09:45:14 2016 +0200
| | 
| |     spaces to tabs in InitSlugifyTag
| | 
| * commit df415ecc0ada41c39e44085d8854312b84b6c882
| | Author: Bartosz Galek <bartosz.galek@allegrogroup.com>
| | Date:   Sun Aug 21 23:39:55 2016 +0200
| | 
| |     spaces to tabs
| | 
| * commit 4354c9b96f4553e63192772a8f52ef6c590a8427
| | Author: Bartosz Galek <bartosz.galek@allegrogroup.com>
| | Date:   Wed Aug 10 17:30:13 2016 +0200
| | 
| |     performance fix
| | 
| * commit d0128af8fa7b32c82449abf0d550df36bedfe3bb
| | Author: Bartosz Galek <bartosz.galek@allegrogroup.com>
| | Date:   Tue Jul 26 19:13:57 2016 +0200
| | 
| |     tests updates
| | 
| * commit d89c4bfde5197199522d8dca385a4d863fe74c41
| | Author: Bartosz Galek <bartosz.galek@allegrogroup.com>
| | Date:   Sun Jul 24 20:38:59 2016 +0200
| | 
| |     tests fixes
| | 
| * commit aabd284a9528c5c994e3e539df74208f31e7bbe7
| | Author: Bartosz Galek <bartosz.galek@allegrogroup.com>
| | Date:   Sat Jul 23 23:43:11 2016 +0200
| | 
| |     jstl updated
| | 
| * commit 76dc5334e60c6d6614de1c7fae4a7a3571ec0ea7
|/  Author: Bartosz Galek <bartosz.galek@allegrogroup.com>
|   Date:   Sat Jul 23 23:30:59 2016 +0200
|   
|       introduced fluent api, refeactored tests, updated core, removing plus sign
|   
*   commit 835ac43156e1dde4f2a7d630dac8d0cec3fd8c47
|\  Merge: 6ab4858 7e10543
| | Author: Danny Trunk <dtrunk90@gmail.com>
| | Date:   Fri Jun 24 20:45:45 2016 +0200
| | 
| |     Merge pull request #31 from stonio/patch-8
| |     
| |     InitSlugifyTag - Refactor code
| | 
| * commit 7e1054338c49ceee30538679e6750708eff4fd7e
| | Author: stonio <stonio@users.noreply.github.com>
| | Date:   Fri Jun 24 14:49:52 2016 +0200
| | 
| |     Functions - Restore import
| | 
| * commit b164fbf66d106705e9147ea2fd6f218e139b1dee
| | Author: stonio <stonio@users.noreply.github.com>
| | Date:   Fri Jun 24 14:43:45 2016 +0200
| | 
| |     InitSlugifyTag - throws IOException
| | 
| * commit 3867e7cab0cd611d8914f14ee0dfc27d6d297274
| | Author: stonio <stonio@users.noreply.github.com>
| | Date:   Fri Jun 24 14:43:06 2016 +0200
| | 
| |     Functions - throws IOException
| | 
| * commit 74978e74ec93b97a091a983e163078b1feae52be
| | Author: stonio <stonio@users.noreply.github.com>
| | Date:   Fri Jun 24 14:40:58 2016 +0200
| | 
| |     InitSlugifyTag - No IOException
| | 
| * commit 1a2b3ab4a2fd807c54f788ff3bf7f2abb00b6bc7
| | Author: stonio <stonio@users.noreply.github.com>
| | Date:   Fri Jun 24 14:34:14 2016 +0200
| | 
| |     Functions - No IOException
| | 
| * commit ac06f88636a3e6c8a3cfd6a64261ae68d2d4914d
| | Author: stonio <stonio@users.noreply.github.com>
| | Date:   Fri Jun 24 14:24:40 2016 +0200
| | 
| |     InitSlugifyTag - Cast to Boolean
| | 
| * commit f3314bbdde679cf41b773b663ef859ff27419aae
| | Author: stonio <stonio@users.noreply.github.com>
| | Date:   Fri Jun 24 14:20:08 2016 +0200
| | 
| |     SimpleTagSupport - Refactor setLowerCase(Object)
| |     
| |     Refactor method setLowerCase(Object)
| | 
| * commit 8f0b69be8aa1b1b986edbc8af2146fe698a0c1b8
| | Author: stonio <stonio@users.noreply.github.com>
| | Date:   Fri Jun 24 14:14:48 2016 +0200
| | 
| |     InitSlugifyTag - Refactor singleton pattern
| |     
| |     Refactor singleton pattern to use lazy initialization.
| |     Reference: https://en.wikipedia.org/wiki/Singleton_pattern#Lazy_initialization
| |   
* |   commit 6ab48582a3b14bb7de113a57ac6efa982c7c092b
|\ \  Merge: 0ce2833 9c60060
| |/  Author: Danny Trunk <dtrunk90@gmail.com>
|/|   Date:   Fri Jun 24 20:44:18 2016 +0200
| |   
| |       Merge pull request #32 from stonio/patch-9
| |       
| |       Bump JUnit to 4.12
| | 
| * commit 9c60060e66e94c9126816a37516b46cfd538f0d7
|/  Author: stonio <stonio@users.noreply.github.com>
|   Date:   Fri Jun 24 14:47:27 2016 +0200
|   
|       Bump JUnit to 4.12
|       
|       Use JUnit version 4.12
|   
*   commit 0ce2833ed392ff4a03fccfd4032d8ebbb196e1dc
|\  Merge: b93b46b 6821699
| | Author: Danny Trunk <dtrunk90@gmail.com>
| | Date:   Tue Jun 21 18:55:26 2016 +0200
| | 
| |     Merge pull request #30 from stonio/patch-8
| |     
| |     Normalization Form - Use NFKD insted of NFD
| | 
| * commit 6821699cf2fb2dfdbe3e93febc1a5a48a8fb7c8b
| | Author: stonio <stonio@users.noreply.github.com>
| | Date:   Tue Jun 21 17:09:26 2016 +0200
| | 
| |     More extended ASCII characters supported by NFKD
| | 
| * commit 295064852c841f2a2df90cea621fe31172b758bc
|/  Author: stonio <stonio@users.noreply.github.com>
|   Date:   Tue Jun 21 16:58:55 2016 +0200
|   
|       Normalization Form - Use NFKD insted of NFD
|       
|       NFKD does a compatibility decomposition, followed by canonical composition. More non-ASCII characters can be decomposed by this form.
|   
*   commit b93b46bcd38dff09749e8879e31f230c866f4fe5
|\  Merge: 1f01374 49227f5
| | Author: Danny Trunk <dtrunk90@gmail.com>
| | Date:   Fri Jun 17 10:43:04 2016 +0200
| | 
| |     Merge pull request #29 from stonio/patch-7
| |     
| |     Extract method for normalization steps
| | 
| * commit 49227f53624190ac34430bdc777cbbac8ae667fe
|/  Author: stonio <stonio@users.noreply.github.com>
|   Date:   Fri Jun 17 10:30:41 2016 +0200
|   
|       Extract method for normalization steps
|       
|       Make string normalization and customization in a distinct method to allow custom overriding: separator, ignore plus sign...
|   
*   commit 1f0137440b7b8ec347e43b6c175c1950a2c6a80a
|\  Merge: 4f3e7dd 6083b4f
| | Author: Danny Trunk <dtrunk90@gmail.com>
| | Date:   Fri Jun 17 09:37:50 2016 +0200
| | 
| |     Merge pull request #28 from stonio/patch-6
| |     
| |     Greedy regex
| | 
| * commit 6083b4f516ee7c429fecb485111f9298eba28c21
|/  Author: stonio <stonio@users.noreply.github.com>
|   Date:   Thu Jun 16 16:27:14 2016 +0200
|   
|       Greedy regex
|       
|       Replace multiple non-ASCII adjacent characters at once.
|   
*   commit 4f3e7dd32b90e2f45e152a4c10d64f174985425a
|\  Merge: 6e7ca3e 61a969d
| | Author: Danny Trunk <dtrunk90@gmail.com>
| | Date:   Thu Jun 16 15:23:59 2016 +0200
| | 
| |     Merge pull request #27 from stonio/patch-5
| |     
| |     Merge regex
| | 
| * commit 61a969de28638a49f369a0e4bfbb8c41907f7dc8
|/  Author: stonio <stonio@users.noreply.github.com>
|   Date:   Thu Jun 16 14:30:05 2016 +0200
|   
|       Merge regex
|       
|       Merge regular expressions
|   
*   commit 6e7ca3e25c968fa5ec07a288213630d1f091318c
|\  Merge: 2c10e91 a2d899a
| | Author: Danny Trunk <dtrunk90@gmail.com>
| | Date:   Thu Jun 16 14:09:23 2016 +0200
| | 
| |     Merge pull request #26 from stonio/patch-4
| |     
| |     Testing Against Multiple JDKs
| | 
| * commit a2d899a517fef9c101ba112c5646122e14868216
| | Author: stonio <stonio@users.noreply.github.com>
| | Date:   Thu Jun 16 11:07:11 2016 +0200
| | 
| |     Testing Against Multiple JDKs
| |   
* |   commit 2c10e918c3b86c6e0e3b0f4315ba57c69360611a
|\ \  Merge: 83b997c 7a4231d
| |/  Author: Danny Trunk <dtrunk90@gmail.com>
|/|   Date:   Thu Jun 16 14:08:59 2016 +0200
| |   
| |       Merge pull request #25 from stonio/patch-3
| |       
| |       Optimize regex to trim dashes
| | 
| * commit 7a4231d4bfd3a0404fd0eae3ac2dfa6bf51751d1
|/  Author: stonio <stonio@users.noreply.github.com>
|   Date:   Thu Jun 16 10:59:19 2016 +0200
|   
|       Optimize regex to trim dashes
|       
|       Merge two regular expressions to trim dash characters.
|   
*   commit 83b997c341128801767c096521c98fc8989e6037
|\  Merge: 9992919 8aa954d
| | Author: Danny Trunk <dtrunk90@gmail.com>
| | Date:   Wed Jun 15 19:53:40 2016 +0200
| | 
| |     Merge pull request #24 from stonio/patch-2
| |     
| |     Use .toString() instead of string casting
| | 
| * commit 8aa954d75dd7b0cf0082c7d45f8d1456e70a7b81
|/  Author: stonio <stonio@users.noreply.github.com>
|   Date:   Wed Jun 15 18:29:12 2016 +0200
|   
|       Use .toString() instead of (String)
|   
*   commit 9992919e2885be9a464b7f888a53d35d269b828e
|\  Merge: 87e6441 04951ff
| | Author: Danny Trunk <dtrunk90@gmail.com>
| | Date:   Wed Jun 15 18:03:47 2016 +0200
| | 
| |     Merge pull request #23 from stonio/patch-1
| |     
| |     Shorter regular expression for dash characters
| | 
| * commit 04951ff0831c6973146dd83b2927a04051631839
| | Author: stonio <stonio@users.noreply.github.com>
| | Date:   Wed Jun 15 17:22:56 2016 +0200
| | 
| |     Update Slugify.java
| | 
| * commit 2975c02a8cbae4d59870e508d942b1e317973fad
|/  Author: stonio <stonio@users.noreply.github.com>
|   Date:   Wed Jun 15 16:12:14 2016 +0200
|   
|       Update Slugify.java
|       
|       No need no wrap dash character in regular expression.
| 
* commit 87e64412db2f31eaf8c866bd6458bbe2afd6ae97
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Sat Mar 19 16:56:20 2016 +0100
| 
|     new release + syntax highlighting
| 
* commit 756a07f0ad42169dda7d4090f7f2c65bae01d09d
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Sat Mar 19 16:26:37 2016 +0100
| 
|     [maven-release-plugin] prepare for next development iteration
| 
* commit 8b11b0319e8cce906626eb2273d641de80bfd1e4 (tag: 2.1.5)
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Sat Mar 19 16:26:33 2016 +0100
| 
|     [maven-release-plugin] prepare release slugify-parent-2.1.5
|   
*   commit f5e61fd3a67a72a87220c57b86988f878e4b7012
|\  Merge: ec9b87e 46659f9
| | Author: Danny Trunk <dtrunk90@gmail.com>
| | Date:   Sat Mar 19 14:29:44 2016 +0100
| | 
| |     Merge pull request #21 from Axinet/master
| |     
| |     Add Polish letters to test and extend replacements
| | 
| * commit 46659f964d88df2a165ce25d4ac9e47b39912eee
|/  Author: Arkadiusz Biczewski <info@axi.net.pl>
|   Date:   Fri Mar 18 22:22:36 2016 +0100
|   
|       Add Polish letters to test and extend replacements
| 
* commit ec9b87eb33435846509417e4e287ad45fa5d45bf
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Thu Oct 8 19:55:13 2015 +0200
| 
|     updated maven dependency info
| 
* commit d470ceaa43ecc1d17513a2b38fa17f28d8820494
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Thu Oct 8 19:36:56 2015 +0200
| 
|     pls use tabs
| 
* commit bb50db356bec7376869686e22b5a956d17d25731
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Thu Oct 8 19:35:28 2015 +0200
| 
|     [maven-release-plugin] prepare for next development iteration
| 
* commit 556b730d982556cfea54556d0900a1fee4b18dd3 (tag: 2.1.4)
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Thu Oct 8 19:35:24 2015 +0200
| 
|     [maven-release-plugin] prepare release slugify-parent-2.1.4
|   
*   commit 168d90313d630f51906e581c3815bd081867287e
|\  Merge: 6577750 d5dbcc5
| | Author: Danny Trunk <dtrunk90@gmail.com>
| | Date:   Thu Oct 8 19:28:51 2015 +0200
| | 
| |     Merge pull request #20 from kucharczyk/master
| |     
| |     ADD: basic cyrillic
| | 
| * commit d5dbcc5325c1cc34d6ec00e3c90ea90a9b861a89
| | Author: kucharczyk <martin.kucharczyk@gmail.com>
| | Date:   Thu Oct 8 12:09:57 2015 +0200
| | 
| |     ADD:test for basic cyrillic
| | 
| * commit dd11e817b328979914a3aee74a8ff734e5d9e5cc
|/  Author: kucharczyk <martin.kucharczyk@gmail.com>
|   Date:   Thu Oct 8 12:03:42 2015 +0200
|   
|       ADD: basic cyrillic
|   
*   commit 6577750d467fb7f1039742537b9316ebef8663bb
|\  Merge: 8e846eb f402618
| | Author: Danny Trunk <dtrunk90@gmail.com>
| | Date:   Tue Mar 17 21:07:51 2015 +0100
| | 
| |     Merge pull request #16 from rmariuzzo/patch-1
| |     
| |     Syntax highlighting improved, and sample code reorganised.
| | 
| * commit f40261804a6789468d6f4852146832f16ff5d3dd
|/  Author: Rubens Mariuzzo <rubens@mariuzzo.com>
|   Date:   Tue Mar 17 15:12:21 2015 -0400
|   
|       Syntax highlighting improved, and sample code reorganised.
| 
* commit 8e846ebfb7d8ad1b11e78a2e989ee43d3861fb3c
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Sat Jan 17 11:28:32 2015 +0100
| 
|     Update SlugifyTest.java
|     
|     removed comment
| 
* commit c2d6fe914bdfe1668a7fc0d5c0049c35be06ef7b
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Fri Jan 16 19:32:06 2015 +0100
| 
|     [maven-release-plugin] prepare for next development iteration
| 
* commit 917b2a873147add47f8e3932e7003ceee2177d82 (tag: 2.1.3)
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Fri Jan 16 19:31:55 2015 +0100
| 
|     [maven-release-plugin] prepare release slugify-parent-2.1.3
| 
* commit a09a9a24d4370adf06f74dd86d4da98bb4929a3d
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Fri Jan 16 19:27:50 2015 +0100
| 
|     removed locale stuff to have locale aware replacements
| 
* commit c6c978b08d63b328391a0f88b62e957db067b0e4
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Mon Dec 16 15:40:43 2013 +0100
| 
|     Use static Locales in Unit tests
| 
* commit 74d2bc10c3def4a6b4eea86672b909c1ac6d3ba4
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Mon Dec 16 15:39:24 2013 +0100
| 
|     readme: modified java configuration way
| 
* commit d767e4c7754b6ee0cffeb5493c9190bf6d3c931f
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Mon Dec 16 15:38:40 2013 +0100
| 
|     readme: added java configuration way
| 
* commit ad8c1fc074f8b29adc2c98024e6309098827691f
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Sat Dec 14 15:00:55 2013 +0100
| 
|     something went wrong with 2.1.1 release; updated version
| 
* commit 1f6ade536130309309276c44bc37e90a8f39303f
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Sat Dec 14 14:53:17 2013 +0100
| 
|     [maven-release-plugin] prepare for next development iteration
| 
* commit 1ef26510c52507f5135a5bc797827e16f8d7865b (tag: 2.1.2)
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Sat Dec 14 14:53:11 2013 +0100
| 
|     [maven-release-plugin] prepare release slugify-parent-2.1.2
| 
* commit b95f8ef64973d054ed7dc088d5e5f77c7b0ae55a
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Fri Dec 13 20:42:24 2013 +0100
| 
|     readme: updated version
| 
* commit dffcadcdb85a7b19c2cd5dfdb6682d24be87289b
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Fri Dec 13 20:32:21 2013 +0100
| 
|     fixed missing file for travis ci
| 
* commit fab02974d20ecd0a7d6f06a2b475b652f4699d63
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Fri Dec 13 20:23:18 2013 +0100
| 
|     [maven-release-plugin] prepare for next development iteration
| 
* commit 3cfbf8925812a4018e76f417af5843b51ab7b5a5 (tag: 2.1.1)
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Fri Dec 13 20:23:13 2013 +0100
| 
|     [maven-release-plugin] prepare release slugify-parent-2.1.1
| 
* commit b54f9f972badd5e66e42cef38a61f45c25dff7be
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Fri Dec 13 20:20:18 2013 +0100
| 
|     fixes #12
| 
* commit 616d29df9cf42c695ba38abf5fc7ec61629db465
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Fri Dec 13 08:15:55 2013 +0100
| 
|     readme: fix result comment
| 
* commit e7be6c2acb31759221d20b124385deb20f417665
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Fri Dec 13 08:14:51 2013 +0100
| 
|     readme: fix result comment + add case sensitivity info
| 
* commit 3098fb2a1223bafa66f00efdbb2b24a68193a6ac
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Thu Dec 12 20:07:55 2013 +0100
| 
|     fixes #14
| 
* commit 986c796a36142510d9192082009fddc35add5425
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Wed Dec 11 20:35:00 2013 +0100
| 
|     readme: version update
| 
* commit e19385c52296b713d2993f010f929ba96f8bb36b
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Wed Dec 11 20:26:13 2013 +0100
| 
|     [maven-release-plugin] prepare for next development iteration
| 
* commit 2464c900d027d49469e79dd64fbee2cd4afa51a1 (tag: 2.1.0)
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Wed Dec 11 20:26:07 2013 +0100
| 
|     [maven-release-plugin] prepare release slugify-parent-2.1.0
| 
* commit 65b2ca142aa2b934dfb7e4e04f16d6a8fb0d6c1b
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Wed Dec 11 20:14:03 2013 +0100
| 
|     fixes #13
| 
* commit 48b06da154e14a190dbba1fa1b42892cb2b71dc1
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Wed Dec 11 11:23:16 2013 +0100
| 
|     Replace non word chars with "-" and finally multiple "-" with single one
| 
* commit 0c231d2c2b0282255211de6d495f0d0ec860b940
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Wed Dec 11 10:03:46 2013 +0100
| 
|     Compare language instead of whole locale object
|   
*   commit 7bc2bdae0d0e21e60966e23e478d12a64a21f348
|\  Merge: e83e589 a703aa1
| | Author: Danny Trunk <dtrunk90@gmail.com>
| | Date:   Sat Nov 16 10:53:27 2013 -0800
| | 
| |     Merge pull request #11 from aricem/patch-1
| |     
| |     Update replacements_tr.properties
| | 
| * commit a703aa11f098410881ce156188a1b01285d85701
|/  Author: aricem <cem@aripd.com>
|   Date:   Sat Nov 16 18:42:09 2013 +0200
|   
|       Update replacements_tr.properties
| 
* commit e83e5890a90d7ed7eaf4851f4f3fcc26c8c9a10a
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Sat Nov 16 17:27:29 2013 +0100
| 
|     small readme fix
| 
* commit d0053fd3e45ff077b0fc4a722f46b205df2533f7
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Sat Nov 16 14:39:50 2013 +0100
| 
|     updated version
| 
* commit 0cbf84195c9ec2f5f700358ee47422daafb76d10
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Sat Nov 16 14:36:50 2013 +0100
| 
|     [maven-release-plugin] prepare for next development iteration
| 
* commit 11600e1c107cbd44803abb47e474c5d5b04bd70e (tag: 2.0.2)
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Sat Nov 16 14:36:44 2013 +0100
| 
|     [maven-release-plugin] prepare release slugify-parent-2.0.2
| 
* commit acf1a7d96aaabbdc2e1c1f15f3149077ff1ff8dd
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Sat Nov 16 14:33:37 2013 +0100
| 
|     fixes #10
| 
* commit d17fbc4b89f8c09d25ebab11d1a124d47ef04ef2
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Sat Nov 16 14:25:24 2013 +0100
| 
|     fixes #10
| 
* commit 2c683963910729a7b9913c7c63d295b58b62ef51
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Sat Nov 16 03:07:46 2013 +0100
| 
|     updated readme to latest version
| 
* commit 140f42199801fbedad448b2dcf895fc0ff421e61
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Fri Nov 15 23:02:04 2013 +0100
| 
|     [maven-release-plugin] prepare for next development iteration
| 
* commit a0f34e1a906417b188ed9be46f4ff7ffc532e911 (tag: 2.0.1)
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Fri Nov 15 23:01:59 2013 +0100
| 
|     [maven-release-plugin] prepare release slugify-parent-2.0.1-RELEASE
| 
* commit 89fe4384e38399eeec0d565accd19875227fd299
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Fri Nov 15 22:56:26 2013 +0100
| 
|     fixes issue #9
| 
* commit 8495d09a900fef49885022ab37486f9ce1216260
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Thu Nov 14 02:23:20 2013 +0100
| 
|     first steps with ListResourceBundle (wip)
| 
* commit 8fe0f16a7f8fcce23a1765327550990e9b59388d
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Wed Nov 13 01:22:01 2013 +0100
| 
|     fix readme
| 
* commit 16ed9de5eefa044f887096bcb09bfc1153d5b676
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Wed Nov 13 00:40:30 2013 +0100
| 
|     [maven-release-plugin] prepare for next development iteration
| 
* commit e086129401c53aae1388b19b8f51d95d308736fd (tag: 2.0.0)
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Wed Nov 13 00:40:25 2013 +0100
| 
|     [maven-release-plugin] prepare release slugify-parent-2.0.0
| 
* commit 69e03cecb9d6932c8bfb6eb867f4113964b0ec5d
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Wed Nov 13 00:10:06 2013 +0100
| 
|     added build status image
| 
* commit 1bd72b01e622bcf3236c2b08cefc78d12e022bcd
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Wed Nov 13 00:02:07 2013 +0100
| 
|     rewritten slugify
|   
*   commit 77690ba25cd0d7956cd08a1b336e7e58329520cf
|\  Merge: de5d83f 997c42d
| | Author: Danny Trunk <dtrunk90@gmail.com>
| | Date:   Wed Sep 18 00:22:32 2013 -0700
| | 
| |     Merge pull request #8 from aricem/patch-1
| |     
| |     Added Turkish special characters ı (small letter dotless i)
| | 
| * commit 997c42dff4582943b05e385c9b79672431c169d2
|/  Author: aricem <cem@aripd.com>
|   Date:   Tue Sep 17 21:09:47 2013 +0300
|   
|       Added Turkish special characters ı (small letter dot less i)
|   
*   commit de5d83fe67f724f82e6fe7f0ae72209bf2bee8b0
|\  Merge: 25e1dbc 03a208a
| | Author: Danny Trunk <dtrunk90@gmail.com>
| | Date:   Sun Sep 15 23:18:14 2013 -0700
| | 
| |     Merge pull request #5 from panchenko/Travis
| |     
| |     Configuration for travis
| | 
| * commit 03a208a79426ae95fbe8eca8060c87207bed900b
|/  Author: Alex Panchenko <alex.panchenko@gmail.com>
|   Date:   Sun Sep 15 11:16:25 2013 +0700
|   
|       Configuration for travis
| 
* commit 25e1dbcc14209af83a59b1559a54da75730383aa
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Sun Jul 15 18:01:37 2012 +0200
| 
|     Updated dependency information
| 
* commit 085a181f3761cb837d235b83e9f76b1353af59b7
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Sat Jul 14 11:54:39 2012 +0200
| 
|     [maven-release-plugin] prepare for next development iteration
| 
* commit 5af21bd5b33d2c5377f4bd485c5c2288ea73df97 (tag: 1.0.0)
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Sat Jul 14 11:54:34 2012 +0200
| 
|     [maven-release-plugin] prepare release slugify-1.0-RELEASE
| 
* commit 632a721476004908f6cc925fba03755e45f7da67
| Author: Danny Trunk <dtrunk90@gmail.com>
| Date:   Sat Jul 14 11:51:34 2012 +0200
| 
|     updated pom for central repo
| 
* commit 6875568b616a7302a3f959cba227c344ac5e23d7
  Author: Danny Trunk <dtrunk90@gmail.com>
  Date:   Fri Jul 13 21:08:20 2012 +0200

      Initial commit
dtrunk90 commented 2 years ago

I was finally able to publish 3.0.0 by creating a temporary local tag 2.6.0.