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

Python -- bump up to 1.0 #7

Closed jd327 closed 9 years ago

jd327 commented 10 years ago

Hey David,

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).

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

Hi David, any progress on bumping it up to 1.0.2?

davidaurelio commented 9 years ago

Hi Ivan, sorry for letting you wait for so long. I’ve been really busy, but I’ll start working on the new release during the next days.

jd327 commented 9 years ago

Hi David, no worries. If you need help, just holler.

davidaurelio commented 9 years ago

Implemented in davidaurelio/hashids-python@3118483d71e604315619789c540c458fb18afbd1

I will take care of the site later

jd327 commented 9 years ago

Awesome. No worries, I got the site.

davidaurelio commented 9 years ago

Thank you, great!

To my embarrassment I have to admit that I assumed that the encoding algorithm would have changed, and therefore deferred the work. Yesterday, I was looking at the diff of v0.3 and 1.0 of the JS implementation and felt bad.

jd327 commented 9 years ago

Hah. That's funny. On the other hand, must've been a nice surprise!

davidaurelio commented 9 years ago

Absolutely :)