Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Latest commit

 

History

History
30 lines (17 loc) · 677 Bytes

CHANGELOG.md

File metadata and controls

30 lines (17 loc) · 677 Bytes

v1.0.4 (Jan 7, 2023)

  • Fix capitalize the Message function.

v1.0.4 (Jan 7, 2023)

  • Capitalize the result of Message function.

v1.0.3 (Jan 7, 2023)

  • Create a function to get error message.

v1.0.2 (Jan 7, 2023)

  • Exception.New handles error more exactly.

v1.0.1 (Jan 7, 2023)

  • Exceptions with different parent now can have the same name.
  • All exceptions inherit BaseException.
  • BaseException's name is Exception.

v1.0.0 (Oct 10, 2022)

  • Make it simple by removing Generator.
  • Rename some structs to make the package more popular.

v0.0.1 (Sep 02, 2022)