Skip to content

Commit 55af9f6

Browse files
committed
chore: release 0.5.8
1 parent 50a900c commit 55af9f6

8 files changed

+150
-8
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -624,4 +624,5 @@ Funix draws inspiration from FastAPI and Python-Fire: building software interfac
624624
625625
## Contact
626626
627-
hello at funix dot io
627+
Forrest dot Bao @ Gmail
628+

README.zh-CN.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -630,4 +630,5 @@ Funix 从 FastAPI 和 Google Fire 中汲取灵感:透过推断包含类型提
630630
631631
## 联系方式
632632
633-
hello at funix dot io
633+
Forrest dot Bao @ Gmail
634+

backend/funix/__main__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def cli_main():
8181
8282
This function is called when you run `python -m funix` or `funix` from the command line.
8383
"""
84-
plac.call(main, version="Funix 0.5.7")
84+
plac.call(main, version="Funix 0.5.8")
8585

8686

8787
if __name__ == "__main__":
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"files": {
33
"main.css": "/static/css/main.4efb37a3.css",
4-
"main.js": "/static/js/main.062a91e1.js",
4+
"main.js": "/static/js/main.279c7e85.js",
55
"index.html": "/index.html"
66
},
77
"entrypoints": [
88
"static/css/main.4efb37a3.css",
9-
"static/js/main.062a91e1.js"
9+
"static/js/main.279c7e85.js"
1010
]
1111
}

backend/funix/build/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="description" content="Textea Funix React Frontend"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"/><script src="static/js/d3.v5.js"></script><script src="static/js/mpld3.v0.5.8.js"></script><script src="static/js/jquery-3.7.1.min.js"></script><style>.text-style{margin:0;padding:0;list-style-position:inside}</style><title>Funix</title><script defer="defer" src="/static/js/main.062a91e1.js"></script><link href="/static/css/main.4efb37a3.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
1+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="description" content="Textea Funix React Frontend"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"/><script src="static/js/d3.v5.js"></script><script src="static/js/mpld3.v0.5.8.js"></script><script src="static/js/jquery-3.7.1.min.js"></script><style>.text-style{margin:0;padding:0;list-style-position:inside}</style><title>Funix</title><script defer="defer" src="/static/js/main.279c7e85.js"></script><link href="/static/css/main.4efb37a3.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

backend/funix/build/static/js/main.279c7e85.js

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,138 @@
1+
/*!
2+
localForage -- Offline Storage, Improved
3+
Version 1.10.0
4+
https://localforage.github.io/localForage
5+
(c) 2013-2017 Mozilla, Apache License 2.0
6+
*/
7+
8+
/*!
9+
* Determine if an object is a Buffer
10+
*
11+
* @author Feross Aboukhadijeh <https://feross.org>
12+
* @license MIT
13+
*/
14+
15+
/*! *****************************************************************************
16+
Copyright (c) Microsoft Corporation.
17+
18+
Permission to use, copy, modify, and/or distribute this software for any
19+
purpose with or without fee is hereby granted.
20+
21+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
22+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
23+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
24+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
25+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
26+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
27+
PERFORMANCE OF THIS SOFTWARE.
28+
***************************************************************************** */
29+
30+
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
31+
32+
/**
33+
* @license
34+
* Lodash <https://lodash.com/>
35+
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
36+
* Released under MIT license <https://lodash.com/license>
37+
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
38+
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
39+
*/
40+
41+
/**
42+
* @license React
43+
* react-dom.production.min.js
44+
*
45+
* Copyright (c) Facebook, Inc. and its affiliates.
46+
*
47+
* This source code is licensed under the MIT license found in the
48+
* LICENSE file in the root directory of this source tree.
49+
*/
50+
51+
/**
52+
* @license React
53+
* react-is.production.min.js
54+
*
55+
* Copyright (c) Facebook, Inc. and its affiliates.
56+
*
57+
* This source code is licensed under the MIT license found in the
58+
* LICENSE file in the root directory of this source tree.
59+
*/
60+
61+
/**
62+
* @license React
63+
* react-jsx-runtime.production.min.js
64+
*
65+
* Copyright (c) Facebook, Inc. and its affiliates.
66+
*
67+
* This source code is licensed under the MIT license found in the
68+
* LICENSE file in the root directory of this source tree.
69+
*/
70+
71+
/**
72+
* @license React
73+
* react.production.min.js
74+
*
75+
* Copyright (c) Facebook, Inc. and its affiliates.
76+
*
77+
* This source code is licensed under the MIT license found in the
78+
* LICENSE file in the root directory of this source tree.
79+
*/
80+
81+
/**
82+
* @license React
83+
* scheduler.production.min.js
84+
*
85+
* Copyright (c) Facebook, Inc. and its affiliates.
86+
*
87+
* This source code is licensed under the MIT license found in the
88+
* LICENSE file in the root directory of this source tree.
89+
*/
90+
91+
/**
92+
* @mui/styled-engine v5.12.0
93+
*
94+
* @license MIT
95+
* This source code is licensed under the MIT license found in the
96+
* LICENSE file in the root directory of this source tree.
97+
*/
98+
99+
/**
100+
* @mui/styled-engine v5.15.9
101+
*
102+
* @license MIT
103+
* This source code is licensed under the MIT license found in the
104+
* LICENSE file in the root directory of this source tree.
105+
*/
106+
107+
/**
108+
* @remix-run/router v1.5.0
109+
*
110+
* Copyright (c) Remix Software Inc.
111+
*
112+
* This source code is licensed under the MIT license found in the
113+
* LICENSE.md file in the root directory of this source tree.
114+
*
115+
* @license MIT
116+
*/
117+
118+
/**
119+
* React Router v6.10.0
120+
*
121+
* Copyright (c) Remix Software Inc.
122+
*
123+
* This source code is licensed under the MIT license found in the
124+
* LICENSE.md file in the root directory of this source tree.
125+
*
126+
* @license MIT
127+
*/
128+
129+
/** @license React v16.13.1
130+
* react-is.production.min.js
131+
*
132+
* Copyright (c) Facebook, Inc. and its affiliates.
133+
*
134+
* This source code is licensed under the MIT license found in the
135+
* LICENSE file in the root directory of this source tree.
136+
*/
137+
138+
/** @license URI.js v4.4.1 (c) 2011 Gary Court. License: http://github.com/garycourt/uri-js */

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[project]
22
name = "funix"
3-
version = "0.5.7"
3+
version = "0.5.8"
44
authors = [
5-
{name = "Textea Inc.", email = "[email protected]"}
5+
{name = "Textea Inc.", email = "[email protected]"}
66
]
77
license = {file = "LICENSE"}
88
description = "Building web apps without manually creating widgets"

0 commit comments

Comments
 (0)