AIroot UISYS version update instructions

AIroot UISYS

Although the main developers of UISYS are in short supply, I still keep updating, because this is a useful platform for WEB development.
I have been committed to making WEB development more casual, allowing developers to pay more attention to creation.
In fact, the idea of ​​developing this platform has always been an internal game. It needs to be random and simple, but also powerful and stable. This is inherently contradictory, but fortunately, after continuous exploration and practice, the key to the combination of the two has been found. , That is, "using contradiction to become complementary to each other", it is a coincidence to think about it. This is the principle of Taoist Taiji Diagram, "black and white cannot invade each other, oppose each other, but they drive each other to rotate, black species have white, and white has black."
Thinking about things that feel contradictory in themselves actually become the driving force of development and mutually restrict each other. This is the design concept of UISYS.

The following is the update record of UISYS
You can also choose: Gitee or Github download

UISYS-RELEASE-0.9.9

It is still being tested and the update time is expected to be at the end of January 2020.

UISYS-RELEASE-0.9.8

uucckk release December 11, 2019


If the download speed of the Release version in China is slow, you can visit AIroot's official website QQ group (362029713) to download the file.
You can also visit China Code Cloud (gitee.com) [https://gitee.com/uucckk/AIroot-UISYS/releases] to download.

Release Notes

  1. Fixed an issue where multiple </> tags in HTML caused nil to report an error.
  2. Fixed the comment * in test.
  3. Modified the content function of @Uncare keywords and @Uncare value
  4. Fixed the bug that the module was overwritten by the acquired value of multiple instantiation context
  5. Updated Coder.ui code to make it easier to use
  6. Added the @Uncare tag that can be written

UISYS-RELEASE-0.9.7

uucckk release December 04, 2019


If the download speed of the Release version in China is slow, you can visit AIroot's official website QQ group (362029713) to download the file.
You can also visit China Code Cloud (gitee.com) [https://gitee.com/uucckk/AIroot-UISYS/releases] to download.

Release Notes

  1. Fixed the nesting problem of class as a tag. Improve hypertext enhancement technology
  2. Amended APIList function.
  3. Optimize the random change of attribute order when outputting html
  4. When uisys is used as a UI service, it provides the debugging function of // @dataURL, which is more convenient than using debugger in the past
  5. Fixed the inconsistency between import /lib/jquery.min.js and import lib/jquery.min.js.
  6. Fixed the problem of undefind in decode.js processing header.
  7. The @global keyword has been added, replacing the original use of window directly.
  8. The module method of UISYS becomes a protected object, and the default console uses the ID name for debugging. You can use -n to cancel the debugging function, and use -d to turn on debugging.
  9. Modified uisys.js related files to match the above two points.
  10. Increase the single module test function, if you test a single module, you can use "Index.ui?test" to test. The written content of the test is annotated with #, *. If no test is required, the code written by the test is not displayed by default.
  11. By default, debugging is not allowed during release. You can enter -d to indicate that the generated content can be debugged.

UISYS-RELEASE-0.9.5

uucckk released this on 29 Sep 2019 · 18 commits to master since this release


If the download speed of the Release version in China is slow, you can visit AIroot's official website QQ group (362029713) to download the file.
You can also visit China Code Cloud (gitee.com) [https://gitee.com/uucckk/AIroot-UISYS/releases] to download.

Release Notes

  1. The pub and run commands cannot publish the directory with spaces.
  2. pub and run an unsuccessful directory will still create a service node.
  3. The login interface is optimized, the login logo is removed, and the program pays more attention to practicality.
  4. Increase the control of cross-domain policy, you can use the set command cross attribute.
  5. Optimized the flickering problem of index.ui homepage
  6. Overall optimization of the program

UISYS-RELEASE-0.9.5(RC4)

uucckk released this on 23 Aug 2019 · 20 commits to master since this release


If the download speed of the Release version in China is slow, you can visit AIroot's official website QQ group (362029713) to download the file.
You can also visit China Code Cloud (gitee.com) [https://gitee.com/uucckk/AIroot-UISYS/releases] to download.

Release Notes

  1. Fixed the issue of publishing in pub and run static mode (-s)
  2. Fix the function of webc remote interface access.
  3. Fix webc library loading path problem
  4. Optimized UIServer's UI file loading method.
  5. release When writing the absolute path, there is a problem with the project export
  6. Will the release file overwrite the original file? It should be overwritten
  7. release can be released to this project, and the new file exists in the form of *.ui.html. At the same time, uisys files will be released to the project root directory.
    But this kind of release is only for the compatible solutions that are directly copied to other non-uisys systems.
    In fact, the released *.ui.html and uisys.js will not affect the recompilation of the original project.
    Modified all script tags are treated as language, compatible with language

UISYS-RELEASE-0.9.5(RC2)

uucckk released this on 1 Aug 2019 · 24 commits to master since this release


If the download speed of the Release version in China is slow, you can visit AIroot's official website QQ group (362029713) to download the file.
You can also visit China Code Cloud (gitee.com) [https://gitee.com/uucckk/AIroot-UISYS/releases] to download.

Release Notes

  1. When the project exists, create a project error:
    The project [%!s(MISSING)] is exist.
  2. Modified that when the submodule adopts the file relative path method, the submodule cannot be found when used
  3. Optimized import query function
  4. Added the introduction of relative paths
  5. Optimized the release function
  6. Added relative directory address and absolute directory address compatible release
  7. Optimized the overall project code.
  8. Fixed IE11 compatibility issue for single release

UISYS-RELEASE-0.9.5(RC1)

uucckk released this on 25 Jul 2019 · 29 commits to master since this release


If the download speed of the Release version in China is slow, you can visit AIroot's official website QQ group (362029713) to download the file.

Release Notes

  1. Fixed the problem that some silent comments caused the file not to be parsed.
  2. Fix the problem that the entire program will exit if the project node name is omitted when stopping the project.
  3. Correct the description of the ret command to remove project attributes, and the description of the COMMAND example is incorrect.
  4. Fix the error that info cannot display project information correctly.
  5. Optimized the internal code.

UISYS-RELEASE-0.9.5(RC)

uucckk released this on 12 Jul 2019 · 38 commits to master since this release


If the download speed of the Release version in China is slow, you can visit AIroot's official website QQ group (362029713) to download the file.

Release Notes

  1. Fixed the problem of checking the node after adding pub twice.
  2. Fixed the problem that the nested components in the module do not take effect when multiple commands are used.
  3. Amend the help command content

UISYS-RELEASE-0.9.5BETA

uucckk released this on 10 Jul 2019 · 38 commits to master since this release


If the download speed of the Release version in China is slow, you can visit AIroot's official website QQ group (362029713) to download the file.

Release Notes

  1. The release command pub is added to simplify the use of non-professionals. The
    format is as follows:

    pub [http://host:port]
    For example: publish the two projects v1 and v2 under the current directory example directory

    pub example/v1
    pub example/v2 :90

  2. Added support for writing XML strings directly in the language.

  3. Added ES6 class import function.

  4. Fixed the problem of nil when using this keyword.

  5. Added simplified wording of es6 json key and value with the same name.

UISYS-RELEASE-0.9.3BETA

uucckk released this on 28 Jun 2019 · 42 commits to master since this release


If the download speed of the Release version in China is slow, you can visit AIroot's official website QQ group (362029713) to download the file.

Guess you like

Origin blog.csdn.net/uucckk/article/details/103812525