ljoonal/neos_rs
ljoonal
/
neos_rs
Archived
1
Fork 0
  • 0.3.0 012188a7d6

    0.3.0 Stable

    ljoonal released this 2022-04-11 10:37:05 +03:00 | 10 commits to main since this release

    • Stabilize into a stable release version

    Full changelog

    Downloads
  • 0.3.0-alpha.6 840a8b7e7f

    0.3.0-alpha.6 Pre-Release

    ljoonal released this 2022-03-22 12:08:32 +02:00 | 11 commits to main since this release

    • Fix friend modifying API calls trying to parse empty response bodies

    Full changelog

    Downloads
  • 0.3.0-alpha.5 18d1626ef8

    0.3.0-alpha.5 Pre-Release

    ljoonal released this 2022-03-18 08:53:28 +02:00 | 14 commits to main since this release

    • Fix potential crashes from bad_xml_strip. As the name did imply, it was bad, and still is.

    Full changelog

    Downloads
  • 0.3.0-alpha.4 5e12f1b027

    0.3.0-alpha.4 Pre-Release

    ljoonal released this 2022-03-15 16:55:33 +02:00 | 16 commits to main since this release

    • Fixed sending messages
    • Removed some nullchecks from UserSession to fix serde issues

    Full changelog

    Downloads
  • 0.3.0-alpha.3 a9e896cf68

    0.3.0-alpha.3 Pre-Release

    ljoonal released this 2022-03-14 08:57:54 +02:00 | 20 commits to main since this release

    • Fixed random ascii string generation logic brainfart

    Full changelog

    Downloads
  • 0.3.0-alpha.2 ba19fa2340

    0.3.0-alpha.2 Pre-Release

    ljoonal released this 2022-03-14 08:32:07 +02:00 | 22 commits to main since this release

    • Added more derives for PartialEq, Eq and Hash for types
    • Change rng code to output only lowercase ASCII instead of dealing with UTF8
    • Make parsing more leniant and default some fields on errors
    • Add Record type and use it in some Message enum variants
    • Other misc changes

    Full changelog

    Downloads
  • 0.3.0-alpha.1 3f30707463

    0.3.0-alpha.1 Pre-Release

    ljoonal released this 2022-03-13 11:13:02 +02:00 | 32 commits to main since this release

    Lots of breaking changes, including renaming lots of structs.

    • Added a new optional feature, rand_utils that helps with generating some random values
    • Made struct names & structures closer to CloudX equilevants
    • Added very experimental messages support
    • Added very experimental friend add/removal support
    • Changed the API methods to be a bit more flexible
    • Made AssetUrl semi reversable back to the original string
    • Split the structure into files per CloudX model, which are exported at the root of the package
    • Other misc cleanup & updates

    Full changelog

    Downloads
  • 0.2.0 3676328d6d

    0.2.0 Stable

    ljoonal released this 2022-01-23 17:36:16 +02:00 | 62 commits to main since this release

    • Added MachineID to IDs

    Full changelog

    Downloads
  • 0.2.0-alpha.4 33aee7d474

    0.2.0-alpha.4 Pre-Release

    ljoonal released this 2022-01-20 15:33:22 +02:00 | 66 commits to main since this release

    • Renamed fields to be more consistent
    • Minor doc changes

    Full changelog

    Downloads
  • 0.2.0-alpha.3 63f4923a15

    0.2.0-alpha.3 Pre-Release

    ljoonal released this 2022-01-19 00:53:45 +02:00 | 72 commits to main since this release

    • Added some CI testing
    • Added session name stripped version

    Full changelog

    Downloads