Skip to content

Releases: furikake/sublime-codec

1.5.2

20 Mar 11:10
1e2e5cd
Compare
Choose a tag to compare
  • Rename Base16 to Base16 (hex) in menus/commands.
  • Add Punycode name to IDNA in menus/commands.

1.5.1

05 May 12:21
Compare
Choose a tag to compare

Added CSP Style Hash

1.5.0

07 Aug 12:48
Compare
Choose a tag to compare
  • Base62 Support

1.4.1

28 Feb 09:48
Compare
Choose a tag to compare

Added:

1.4.0

26 Oct 09:50
Compare
Choose a tag to compare

Added:

  • Punycode encoding/decoding - 'München' becomes 'Mnchen-3ya'
  • International Domain Names in Applications (IDNA) - 'München' becomes 'xn--mnchen-3ya' (case insensitive)

1.3.2

04 Oct 12:59
Compare
Choose a tag to compare

Fixed URL decode bug

1.3.1

04 Oct 09:47
Compare
Choose a tag to compare

Fixed:

  • Release notes text file reference in messages.json only

1.3.0

04 Oct 04:32
Compare
Choose a tag to compare

Added:

  • #9 C style hex character encoding (ASCII only for now) - Thanks @iffy
  • Ability to set safe character lists in URL encoding

1.2.1

04 Aug 11:30
Compare
Choose a tag to compare

Fixed:

  • travis build
  • #8 typo in Quoted-Printable decode

1.2.0

02 Aug 23:46
Compare
Choose a tag to compare

Added JSON and Quoted-Printable support