@webqit/webflo 1.0.39 → 1.0.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -25
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,37 +8,14 @@
8
8
 
9
9
  Webflo is a universal *web*, *mobile*, and *API backend* framework based on vanilla HTML, CSS, and JavaScript! It's a powerful little thing written to facilitate building more authentic, web-native applications!
10
10
 
11
- <!--
12
- Here, we've put all of that up for a 20mins straight read!
13
-
14
- ## Gear Up...
15
-
16
- Webflo is a framework on its own track - of working and thinking in vanilla HTML, CSS and JavaScript! Instead of trying to follow certain patterns that have been touted as "norms", it takes a plunge to draw on native web platform features - plus some more futurisric, fascinating new stuff from across a few web paltforn proposals! This means that to happily meet Webflo, you also have to be excited about the idea of going one step ahead!
17
-
18
- **Note** that Webflo is still evolving and some things may change quickly! Careful with *production*! Or, just remember to keep tabs with progress here!
19
-
20
- ## The Wins...
21
-
22
- Much of what eludes the web today!
23
-
24
- Introducing...
25
-
26
- + the path of least engineering - with an all-new HTML-first thinking!
27
- + a focused, standards-based philosophy for building more authentic, web-native applications!
28
-
29
- Natively supporting notable new possibilities...
30
-
31
- + a new approach to reactivity that's based on no syntax at all but plain old JavaScript!
32
- + a new "imports" feature for HTML that makes HTML more reusable!
33
- + and much more.
34
- -->
35
-
36
11
  ## Documentation
37
12
 
38
13
  (A bit of a long read!)
39
14
 
40
15
  This is Webflo's newest iteration! This is a major overhaul from [the previous](https://github.com/webqit/webflo/tree/prev) idea! Documentation is coming!
41
16
 
17
+ Watch this space!
18
+
42
19
  ## License
43
20
 
44
21
  MIT.
package/package.json CHANGED
@@ -12,7 +12,7 @@
12
12
  "vanila-javascript"
13
13
  ],
14
14
  "homepage": "https://webqit.io/tooling/webflo",
15
- "version": "1.0.39",
15
+ "version": "1.0.40",
16
16
  "license": "MIT",
17
17
  "repository": {
18
18
  "type": "git",