Skip to content

Releases: PyFunceble/domain2idna

1.10.1

24 May 17:44
d05588d
Compare
Choose a tag to compare

🎉 Glad to announce this new version of domain2idna! 🎉

New Features

  • Introduction of the support of URL conversion.
  • Introduction of the --encoding argument.
  • Introduction of a way to build and upload conda packages.

Enhancements

  • Improvement of the core and structure of the project.
  • Update of the documentation.
  • Fix typos.
  • Travis CI jobs.

Warnings

  • The domain2idna.get function is declared as deprecated and will be removed in future version.

Pre-release tester(s)

  • Written tests

Continuation of an amazing adventure with this new version 😺

Maintenance Update

08 Nov 16:33
53fe2ab
Compare
Choose a tag to compare

🎉 Glad to announce this new version of domain2idna! 🎉

Enhancement

  • Moved domain2idna to the PyFunceble GitHub organization.
  • Improved docstrings.
  • Improvement of the CI configuration.
  • Tests are now run with the following Python version.
    • Python 3.6.8
    • Python 3.6.9
    • Python 3.7.4
    • Python 3.7.5

Continuation of an amazing adventure with this new version 😸

Maintenance update

02 Mar 12:12
6f882d2
Compare
Choose a tag to compare

🎉 Glad to announce this new version of domain2idna! 🎉

Enhancement

  • Update of the licence years.
  • Update of requirements.txt.
  • Usage of Conda for the CI tests.
  • Introduction of the tests under osx.
  • Code review in order to avoid filter().

Continuation of an amazing adventure with this new version 😸

1.6.0: Introduction of a new command into the CI process

26 Aug 10:20
Compare
Choose a tag to compare

🎉 Glad to announce this new version of domain2idna! 🎉
I hope that it's gonna be liked!!

Enhancement

  • Introduction of the Python 3.7.0 support.

Continuation of an amazing adventure with this new version 😸

Introduction of 1.5.1

07 Jul 21:27
dfafd71
Compare
Choose a tag to compare

🎉 Glad to announce this new version of domain2idna! 🎉
I hope that it's gonna be liked!!

Enhancement

  • Improvements of the tests.
  • Improvement of the way we handle a given string.

Fixed issues

  • Review of the way we handle the ignored domains/words (["0.0.0.0", "localhost", "127.0.0.1", "localdomain", "local", "broadcasthost", "allhosts", "allnodes", "allrouters", "localnet", "loopback", "mcastprefix"])

Pre-release tester(s)

  • Written tests

Continuation of an amazing adventure with this new version 😺

1.5.0

07 Jul 20:05
49cce57
Compare
Choose a tag to compare

🎉 Glad to announce this new version of domain2idna! 🎉
I hope that it's gonna be liked!!

New Features

  • Introduction of the documentation.
  • Introduction of the PyPi package.
  • Introduction of coveralls.
  • Introduction of travis-ci tests.
  • Introduction of a new function (get()) to call when using domain2idna as an imported module (cf.).
  • Introduction of new test cases.

Enhancement

  • Improvements of the tests.

Fixed issues

  • Review of the way we test if the parsed domain is a valid string and not empty or None.

Pre-release tester(s)

  • Written tests

Continuation of an amazing adventure with this new version 😺

1.0.0

28 Apr 13:58
63d1da6
Compare
Choose a tag to compare

🎉 Glad to announce the first version of domain2idna! 🎉
I hope that it will be useful to the Open-Source community and that it's gonna be liked!!

Features

  • Read a given domain and output (to stdout) the IDNA/Punycode version of the domain.
  • Read a given domain and output to the given destination the IDNA/Punycode version of the domain.
  • Read a given file/hosts file and output (to stdout) the IDNA/Punycode version of each domain into that list.
  • Read a given file/hosts file and output to the given destination the IDNA/Punycode version of each domain into that list.

Pre-release tester(s)

Beginning of an amazing adventure with this first version 😺