Skip to content

Commit

Permalink
v.0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guildenstern70 committed Oct 11, 2024
1 parent 404bb40 commit acfbe82
Show file tree
Hide file tree
Showing 27 changed files with 36 additions and 55 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.0
0.10.0
6 changes: 3 additions & 3 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"strict": true
},
"lint": {
Expand All @@ -11,13 +11,13 @@
"imports": {
"eta": "jsr:@eta-dev/eta@3.5.0",
"oak_sessions": "https://deno.land/x/oak_sessions@v4.1.3/mod.ts",
"@littlelite/dyelog": "jsr:@littlelite/dyelog@^0.1.8",
"@littlelite/dyelog": "jsr:@littlelite/dyelog@^0.1.9",
"@oak/oak": "jsr:@oak/oak@^17.1.0",
"@std/fmt": "jsr:@std/fmt@1.0.2",
"@std/path": "jsr:@std/path@^1.0.6",
"@std/server": "jsr:@std/server@^0.219.1"
},
"tasks": {
"start": "deno run --allow-net --allow-env --allow-read --allow-write --unstable-kv src/main.ts"
"start": "deno run --allow-net --allow-env --allow-read --allow-write src/main.ts"
}
}
14 changes: 7 additions & 7 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
#
# Smart Deno
# A web template project for Deno
# Copyright (c) 2020-23 Alessio Saltarin
# Copyright (c) 2020-24 Alessio Saltarin
# MIT License
#
#

deno lint --unstable src
deno lint src
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Smart Deno
# A web template project for Deno
# Copyright (c) 2020-23 Alessio Saltarin
# Copyright (c) 2020-24 Alessio Saltarin
# MIT License
#
#
Expand Down
2 changes: 1 addition & 1 deletion src/controller/rest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* Smart Deno
* A web template project for Deno
* Copyright (c) 2020-23 Alessio Saltarin
* Copyright (c) 2020-24 Alessio Saltarin
* MIT License
*
*/
Expand Down
2 changes: 1 addition & 1 deletion src/controller/web.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* Smart Deno
* A web template project for Deno
* Copyright (c) 2020-23 Alessio Saltarin
* Copyright (c) 2020-24 Alessio Saltarin
* MIT License
*
*/
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Smart Deno
* A web template project for Deno
* Copyright (c) 2020-23 Alessio Saltarin
* Copyright (c) 2020-24 Alessio Saltarin
* MIT License
*
*/
Expand Down
2 changes: 1 addition & 1 deletion src/model/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* Smart Deno
* A web template project for Deno
* Copyright (c) 2020-23 Alessio Saltarin
* Copyright (c) 2020-24 Alessio Saltarin
* MIT License
*
*/
Expand Down
2 changes: 1 addition & 1 deletion src/page/features.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* Smart Deno
* A web template project for Deno
* Copyright (c) 2020-23 Alessio Saltarin
* Copyright (c) 2020-24 Alessio Saltarin
* MIT License
*
*/
Expand Down
2 changes: 1 addition & 1 deletion src/page/home.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* Smart Deno
* A web template project for Deno
* Copyright (c) 2020-23 Alessio Saltarin
* Copyright (c) 2020-24 Alessio Saltarin
* MIT License
*
*/
Expand Down
2 changes: 1 addition & 1 deletion src/page/login.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* Smart Deno
* A web template project for Deno
* Copyright (c) 2020-23 Alessio Saltarin
* Copyright (c) 2020-24 Alessio Saltarin
* MIT License
*
*/
Expand Down
2 changes: 1 addition & 1 deletion src/page/page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* Smart Deno
* A web template project for Deno
* Copyright (c) 2020-23 Alessio Saltarin
* Copyright (c) 2020-24 Alessio Saltarin
* MIT License
*
*/
Expand Down
2 changes: 1 addition & 1 deletion src/page/restapi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* Smart Deno
* A web template project for Deno
* Copyright (c) 2020-23 Alessio Saltarin
* Copyright (c) 2020-24 Alessio Saltarin
* MIT License
*
*/
Expand Down
4 changes: 2 additions & 2 deletions src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
*
* Smart Deno
* A web template project for Deno
* Copyright (c) 2020-23 Alessio Saltarin
* Copyright (c) 2020-24 Alessio Saltarin
* MIT License
*
*/

export const VERSION = "0.9.0";
export const VERSION = "0.10.0";
19 changes: 0 additions & 19 deletions src/view/layout/layoutview.ts

This file was deleted.

2 changes: 1 addition & 1 deletion src/view/view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* Smart Deno
* A web template project for Deno
* Copyright (c) 2020-23 Alessio Saltarin
* Copyright (c) 2020-24 Alessio Saltarin
* MIT License
*
*/
Expand Down
2 changes: 1 addition & 1 deletion static/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* Smart Deno
* A web template project for Deno
* Copyright (c) 2020-23 Alessio Saltarin
* Copyright (c) 2020-24 Alessio Saltarin
* MIT License
*
*/
Expand Down
2 changes: 1 addition & 1 deletion static/js/features.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* Smart Deno
* A web template project for Deno
* Copyright (c) 2020-23 Alessio Saltarin
* Copyright (c) 2020-24 Alessio Saltarin
* MIT License
*
*/
Expand Down
2 changes: 1 addition & 1 deletion static/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* Smart Deno
* A web template project for Deno
* Copyright (c) 2020-23 Alessio Saltarin
* Copyright (c) 2020-24 Alessio Saltarin
* MIT License
*
*/
Expand Down
2 changes: 1 addition & 1 deletion static/js/login.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* Smart Deno
* A web template project for Deno
* Copyright (c) 2020-23 Alessio Saltarin
* Copyright (c) 2020-24 Alessio Saltarin
* MIT License
*
*/
Expand Down
2 changes: 1 addition & 1 deletion static/js/menuitems.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* Smart Deno
* A web template project for Deno
* Copyright (c) 2020-23 Alessio Saltarin
* Copyright (c) 2020-24 Alessio Saltarin
* MIT License
*
*/
Expand Down
2 changes: 1 addition & 1 deletion static/js/restapi.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* Smart Deno
* A web template project for Deno
* Copyright (c) 2020-23 Alessio Saltarin
* Copyright (c) 2020-24 Alessio Saltarin
* MIT License
*
*/
Expand Down
2 changes: 1 addition & 1 deletion static/templates/features.eta
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<% layout("./base") %>
<% layout("./layout") %>
<div class="container text-center">
<div class="row">
<div class="col">
Expand Down
2 changes: 1 addition & 1 deletion static/templates/home.eta
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<% layout("./base") %>
<% layout("./layout") %>
<div class="container text-center">
<div class="row">
<div class="col">
Expand Down
2 changes: 1 addition & 1 deletion static/templates/login.eta
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<% layout("./base") %>
<% layout("./layout") %>
<div class="container">
<div class="row d-flex justify-content-center">
<div class="col-md-6">
Expand Down
2 changes: 1 addition & 1 deletion static/templates/restapi.eta
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<% layout("./base") %>
<% layout("./layout") %>
<div class="container">
<div class="row">
<div style="height: 80px">&nbsp;</div>
Expand Down

0 comments on commit acfbe82

Please sign in to comment.