Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: lineCode/lua-types
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: TypeScriptToLua/lua-types
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 28 files changed
  • 3 contributors

Commits on Aug 10, 2022

  1. feat: add type declarations for lua 5.0 (TypeScriptToLua#59)

    * feat: add type declarations for lua 5.0
    
    * fix: add minor versions for lua 5.0
    
    * refactor: move lua 5.0 stuff to separate files, because it's so different
    
    * style: run prettier
    
    * fix: add lua 5.0 versions to version constant so tstl will build
    
    * docs: fix references to 5.0 manual
    
    * style: remove unnecessary iterable reference
    YoRyan authored Aug 10, 2022
    Configuration menu
    Copy the full SHA
    b0f29a9 View commit details
    Browse the repository at this point in the history
  2. 2.12.0

    Perryvw committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    1cc159b View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2022

  1. Fix missing not nil constraint for pairs keys (TypeScriptToLua#74)

    * Fix missing not nil constraint
    
    * Fix test build error due to type naming collision
    
    * Prettier
    Perryvw authored Aug 28, 2022
    Configuration menu
    Copy the full SHA
    c46cc67 View commit details
    Browse the repository at this point in the history
  2. 2.12.1

    Perryvw committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    d0fb7bf View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

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

    Perryvw committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    f08232c View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2022

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

Commits on Sep 4, 2022

  1. Depend on language-extensions instead of tstl (TypeScriptToLua#77)

    * Depend on language-extensions instead of tstl
    
    * Add missing dependency
    
    * Fix prettier and use new node version in CI
    
    * Actually fix CI
    
    * Maybe actually fix ci?
    
    * Ignore test project lua
    Perryvw authored Sep 4, 2022
    Configuration menu
    Copy the full SHA
    9019b3c View commit details
    Browse the repository at this point in the history
  2. 2.13.0

    Perryvw committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    20505eb View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

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

Commits on Nov 28, 2022

  1. 2.13.1

    Perryvw committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    b224030 View commit details
    Browse the repository at this point in the history
Loading