Releases: Pegase745/shortnr
Releases · Pegase745/shortnr
1.0.0-beta.3
Deprecated
- Deprecate
/r/<shortURL>
and replace it with/<shortURL>
in version1.0.0
.
1.0.0-beta.2
Fixed
- Update homepage logo size.
1.0.0-beta.1
Added
- Add URL validation.
- Add logo and favicon.
- Add Github corner.
- Add semantic custom theme and bundle css of only used components.
Changed
- Move server code outside of
src
folder. - Move
index.html
file. - Extract fonts/css/images from bundle.
- Return full shortened URL in location header.
- Replace helpers with npm libs.
Fixed
- Add headers to desactivate the history buffer.
- Fix height of body.
- Avoid useless rerenders of components.
1.0.0-beta.0
Added
- Add automatic copy to clipboard.
1.0.0-beta
Changed
- Replace bulma with semantic UI.
1.0.0-alpha.9
Added
- Add simple URL formatting to reformat users' URLs without protocols, e.g. google.com.
1.0.0-alpha.8
Fixed
- Redirect to bundle in production for client side routes.
1.0.0-alpha.7
Changed
- Remove use of config in browser.
- Upgrade deps.
1.0.0-alpha.6
Fixed
- Build to prod in travis to fix npm publishing
1.0.0-alpha.5
Fixed
- Fix npm build by skipping cleanup in Travis