Skip to content

Latest commit

 

History

History
88 lines (55 loc) · 1.68 KB

File metadata and controls

88 lines (55 loc) · 1.68 KB

v1.5.0

  • Updated the chart_js function.

v1.4.0

  • Added the chart_js function.
  • Updated the alpine function.
  • Fixed the warning in the remove_mime_type function.

v1.3.0

  • Changed html module name to content (use cans::html::do_html; ==> use cans::content::do_html;).
  • Added do_replace macro.
  • Added do_xml macro.
  • Added do_json macro.
  • Added do_json_forloop function
  • Improved the documentation.

v1.2.0

  • Added alpine function.
  • Improved the documentation.

v1.1.0

  • Added tests for the MIME module.
  • Improved the documentation.

v1.0.0

  • Added a tests module to improve unit testing and coverage.
  • Introduced a CI workflow using GitHub Actions (ci.yaml) for automated testing.
  • Improved the documentation

v0.9.0

  • Optimized the world module
  • Completed the World Module, which includes functionalities for managing country details and city information, such as inserting, deleting, retrieving, and sorting both countries and cities.
  • Improved the documentation

v0.8.0

  • Optimized the world module
  • Added the country_detail function
  • Added the country_details function
  • Improved the documentation

v0.7.0

  • Added the world module

v0.6.0

  • Removed the json module. (Starting from version 0.6.0, Cans will not provide functionality for JSON; instead, you can use the serde and serde_json crates.)
  • Optimized cans crate
  • Improved the documentation

v0.5.0

  • Improved Documentation

v0.4.0

  • Added mime module

v0.3.0

  • Deleted [bin] main.rs

v0.2.0

  • Improved Documentation

v0.1.1

  • Improved Documentation

v0.1.0

  • Added html module
  • Added json module
  • Added rules module
  • Added Documentation

v0.0.0

  • init