Skip to content

Latest commit

 

History

History
45 lines (40 loc) · 1.64 KB

CHANGELOG.MD

File metadata and controls

45 lines (40 loc) · 1.64 KB

PasteMyst.RS' Changelog

  • Ability to get pastes w/ async support.
  • Ability to get private pastes w/ async support.
  • Ability to create pastes.
  • Ability to create pastes async.
  • Minor bug fixes and value changes.
  • Improvements and major additions to the documentation.
  • Ability to create private pastes.
  • Ability to create private pastes async.
  • Fixed create_paste and create_paste_async's return type.
  • Improved documentation.
  • Fixed some incorrect sentences and spellings in docs.
  • Added missing docs.
  • Fixed incorrect examples in docs.
  • Ability to edit pastes. (not fully done)
  • Renamed some modules.
  • Ability to delete pastes.
  • Added list of constants that have pastemyst's supported languages.
  • Ability to check if user exists
  • Ability to get users
  • Completed user module.
  • Completed paste module.
  • Added examples.
  • Added macro.
  • PastyObject no longer has the optional fields
  • Minor bug fixes.
  • Documentation improvements.
  • Added more fields in UserObject.
  • Fixed a bug where if a user does not exist, crate panics, now it returns an empty struct.
  • Added time module and time operations - completed fully.
  • Moved language module into data.
  • Added option to get a language by name.
  • Added option to get a language by extension.
  • Completed data module.
  • Bumped library to version 1.