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.
31 lines
1015 B
31 lines
1015 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.
|
|
** 0.3.0 <2023-07-08 Sat>
|
|
Added the redirect route.
|
|
** 0.3.1 <2023-07-09 Sun>
|
|
Added the simple index page.
|
|
** 0.3.2 <2023-07-09 Sun>
|
|
Added the simple dev configuration.
|
|
** 0.4.0 <2023-07-28 Fri>
|
|
Added the API to show the Links model or models.
|
|
** 0.4.1 <2023-07-29 Sat>
|
|
Add the API to create the Links model.
|
|
** 0.4.2 <2023-07-30 Sun>
|
|
Add the API to delete the Links model.
|
|
** 0.4.3 <2023-07-31 Mon>
|
|
Rename the controller and the view names to "Link".
|
|
Move Links to the Links context.
|
|
Refactor to split the Links to a Link model and a Links logic.
|
|
|