Re: [ANN] bouncer 0.2.4-alpha1 [breaking changes]

2013-08-15 Thread Leonardo Borges
and of course by prefix I meant suffix! Ok. Time for bed. Leonardo Borges www.leonardoborges.com On Fri, Aug 16, 2013 at 12:41 AM, Leonardo Borges < leonardoborges...@gmail.com> wrote: > Sold. > > I've released it as "0.3.0-alpha1". I kept the alpha prefix as I'm the > only one using this vers

Re: [ANN] bouncer 0.2.4-alpha1 [breaking changes]

2013-08-15 Thread Leonardo Borges
Sold. I've released it as "0.3.0-alpha1". I kept the alpha prefix as I'm the only one using this version now. Will release the final package after a few people have used it. Please do not use "0.2.4-alpha1" - I opened a ticket [1] with clojars to delete that version. [1]: https://github.com/ato/

Re: [ANN] bouncer 0.2.4-alpha1 [breaking changes]

2013-08-15 Thread Joseph Smith
I like releasing it as 0.3.0. --- Joseph Smith j...@uwcreations.com @solussd On Aug 15, 2013, at 9:20 AM, Leonardo Borges wrote: > Hi Moritz, > > Thanks for the suggestion. You're right and I missed this. > > I'll make sure I take this into account for the next release - I could > rele

Re: [ANN] bouncer 0.2.4-alpha1 [breaking changes]

2013-08-15 Thread Leonardo Borges
Hi Moritz, Thanks for the suggestion. You're right and I missed this. I'll make sure I take this into account for the next release - I could release it as 0.3.0-alpha1 but then I'd like to remove 0.2.4-alpha1 from Clojars which doesn't seem to be a trivial thing to do. Leonardo Borges www.leon

Re: [ANN] bouncer 0.2.4-alpha1 [breaking changes]

2013-08-15 Thread Moritz Ulrich
Just a small suggestion: Bugfix releases (z in x.y.z) are usually considered to be non-breaking, so breaking changes in such releases might cost people time when they assume they can upgrade without changing their code. It's nicer to introduce breaking changes to minor- or major-releases (x or y

[ANN] bouncer 0.2.4-alpha1 [breaking changes]

2013-08-15 Thread Leonardo Borges
Hi all, bouncer is a validation library for Clojure apps Github: https://github.com/leonardoborges/bouncer Clojars: https://clojars.org/bouncer Version 0.2.4-alpha1 has undergone major, breaking changes: - My original design made heavy use of macros for a nicer, more natural DSL at the expense