You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduced Gapotchenko.FX.Data.Encoding module that defines a wireframe for data encoding algorithms
New Gapotchenko.FX.Data.Encoding.Base16 module provides a ready-to-use implementation of popular data encoding algorithms belonging to Base16 family
New Gapotchenko.FX.Data.Encoding.Base24 module provides a ready-to-use implementation of data encoding algorithms belonging to Base24 family: Kuon Base24
New Gapotchenko.FX.Data.Encoding.Base32 module provides a ready-to-use implementation of popular data encoding algorithms belonging to Base32 family: Base32, base32-hex, Crockford Base 32, z-base-32
New Gapotchenko.FX.Data.Encoding.Base64 module provides a ready-to-use implementation of popular data encoding algorithms belonging to Base64 family: Base64, Base64 URL
Added ability to read the command-line arguments of a running OS process
Improved multi-platform support. Reached the functional parity between Linux, macOS, and Windows platforms