You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
431 B
15 lines
431 B
* Change Log
|
|
** 0.1.0 <2023-07-05 Wed>
|
|
Init project.
|
|
Added the Links model.
|
|
Added README and CHANGELOG.
|
|
** 0.1.1 <2023-07-06 Thu>
|
|
Updated the Links model to have a unique shorten.
|
|
** 0.1.2 <2023-07-06 Thu>
|
|
Renamed the Links.get_one_by_name to get_one_by_shorten.
|
|
** 0.2.0 <2023-07-07 Fri>
|
|
Added a generator of a SafeString.
|
|
** 0.2.1 <2023-07-07 Fri>
|
|
Added a method to create an Link using a generator.
|
|
|