Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.3.2 #587

Merged
merged 24 commits into from
Feb 20, 2020
Merged

v0.3.2 #587

merged 24 commits into from
Feb 20, 2020

Commits on Feb 5, 2020

  1. fixed small error

    0xflotus authored Feb 5, 2020
    Configuration menu
    Copy the full SHA
    f3bd4c6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #575 from 0xflotus/patch-1

    fixed small error
    antfu authored Feb 5, 2020
    Configuration menu
    Copy the full SHA
    fc35b76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bde96b9 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2020

  1. Configuration menu
    Copy the full SHA
    28fea9e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #577 from poyea/master

    docs: Fix Traditional Chinese nav link
    antfu authored Feb 6, 2020
    Configuration menu
    Copy the full SHA
    4317ab8 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2020

  1. Update 列經.wy

    I think that the function 「擷取」 should return the array 「丁」in the end.
    tony-aptx4869 authored Feb 7, 2020
    Configuration menu
    Copy the full SHA
    8d3cf9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    003c39e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #578 from wenfeng0218/patch-2

    Update 列經.wy
    LingDong- authored Feb 7, 2020
    Configuration menu
    Copy the full SHA
    afdf469 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #576 from wenfeng0218/patch-1

    Create LingLongTa.wy 中國傳統繞口令 玲瓏塔
    LingDong- authored Feb 7, 2020
    Configuration menu
    Copy the full SHA
    8b480cc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    af732b8 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2020

  1. Configuration menu
    Copy the full SHA
    9de9bca View commit details
    Browse the repository at this point in the history
  2. Merge pull request #574 from tsao-chi-fork/patch-1

    js: functional and modern syntax
    LingDong- authored Feb 8, 2020
    Configuration menu
    Copy the full SHA
    3713093 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from wenyan-lang/master

    Update the Repo
    tony-aptx4869 authored Feb 8, 2020
    Configuration menu
    Copy the full SHA
    00c6fcc View commit details
    Browse the repository at this point in the history
  4. Upload two examples.

    1. hanoi_stack.wy 漢諾塔·堆棧法
    Because the time complexity of the recursive method is too large and the memory is too large, wy-lang cannot handle more than 23 disks and will crash. So I wrote this program to implement the Hanoi Tower algorithm using the stack, in fact, the array. Since wy-lang do not support the JS function array.pop(), I wrote 2 functions to do the pop thing. Now this program can calculate 64 disks until the next Big Bang. LOL.
    2. fibonacci_array.wy 斐氏列·數組法
    Similar reasons. I improved the Fibonacci sequence program with arrays to save all numbers.
    tony-aptx4869 authored Feb 8, 2020
    Configuration menu
    Copy the full SHA
    6f30910 View commit details
    Browse the repository at this point in the history
  5. Update hanoi_stack.wy

    Update tab format.
    tony-aptx4869 authored Feb 8, 2020
    Configuration menu
    Copy the full SHA
    f972e9a View commit details
    Browse the repository at this point in the history
  6. Merge pull request #580 from wenfeng0218/patch-1

    Upload 2 examples.
    LingDong- authored Feb 8, 2020
    Configuration menu
    Copy the full SHA
    6076823 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2020

  1. promote new ide domain

    antfu committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    9fc5560 View commit details
    Browse the repository at this point in the history
  2. migrate iframe

    antfu committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    8a8da8b View commit details
    Browse the repository at this point in the history
  3. seamless migration

    antfu committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    8ba14dd View commit details
    Browse the repository at this point in the history
  4. chore: remove ide code

    antfu committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    f33871d View commit details
    Browse the repository at this point in the history
  5. update example alias

    antfu committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    ab08550 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2020

  1. improved try catch

    LingDong- committed Feb 18, 2020
    6 Configuration menu
    Copy the full SHA
    8bf7e0a View commit details
    Browse the repository at this point in the history
  2. array->wonton support

    LingDong- committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    d8dfb63 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2020

  1. Configuration menu
    Copy the full SHA
    f6f3419 View commit details
    Browse the repository at this point in the history