hashids / hashids.github.io

This is the old Hashids website. It is no longer maintained and has migrated over to Sqids.
https://sqids.org
206 stars 34 forks source link

Groovy -- bump up to 1.0 #14

Closed jd327 closed 1 year ago

jd327 commented 10 years ago

Hey Chad,

I updated the site (http://hashids.org/) + my versions. Here's what's different: https://github.com/ivanakimov/hashids.js#changelog (which is not much).

Also, I got rid of www on the site (it was hosted on S3 before and it was required there when I started), but now it's on Github so it's cleaner without it. Redirects still work tho (www -> non).

Good job following up with that Grails plugin btw, as soon as I saw it on Twitter, I added it to the list @ http://hashids.org/groovy/

If you have any issues with the site (https://github.com/hashids/hashids.github.io/issues/4) or any issues in general, just ping :]

jd327 commented 9 years ago

Hey Chad, any progress on finishing up 1.0?

cmaron commented 9 years ago

Hey Ivan, Both the pure Groovy version and the Grails plugin should be at 1.0, though I welcome any comments if I missed something.

jd327 commented 9 years ago

Hi Chad,

Other than these two, looks good:

  1. public static final String VERSION = "0.3.3"
  2. looks like there's no encodeHex/decodeHex?

I'll update the site to bump it up to 1.0 :]

4kimov commented 1 year ago

Closing since the project is moving. @cmaron if you feel like helping out with Groovy for the new algorithm, please let me know so I can add you as maintainer.