Skip to content

Releases: utility-library/leap

v1.0.5

09 Sep 17:13
Compare
Choose a tag to compare

New Contributors

Full Changelog: v1.0.4...v1.0.5

v1.0.4

31 May 21:42
Compare
Choose a tag to compare

Hey everyone, we've made some recent updates and fixes. Here are the details of the latest commits:

We value your opinion, so please feel free to share your thoughts and suggestions in the discussion section. Let us know what you think about these updates and any additional features you'd like to see added.

v1.0.3

20 Apr 23:53
Compare
Choose a tag to compare

Hey everyone, we fixed some bugs and added a new feature, exclusion of all .lua files from the file watcher of vscode during the shadow writing.
let us know in the discussion section what you think and what you would like to see added.


v1.0.2

01 Apr 13:43
0ae16d2
Compare
Choose a tag to compare

Hey everyone, we fixed some bugs and added a new feature, type checking in functions and added type to classes, i.e. every object instantiated by a class will have the type of the class name, read more here or look at the examples within the type checking section

  • fix(buildTask): infinite loop of preprocessing + empty files exclusion
  • fix(postProcess): fixed missing file encoding
  • fix(defaultValue): changed anythingBut to word (this should fix some issue with type checking of functions captured as functions)
  • fix(defaultValue): changed slice(0, -2) to a regex for linebreaks
  • fix(linesManipulation): Added test cases also for check with match index
  • fix(command): added dev checks for performances
  • fix(buildLoop): infinite build loop

  • feat(disableRenaming): Added the feature to disable to possibility to rename the resource.
  • feat(classes): now each class has its own type
  • feat(typeChecking): Added the ability to check the type of parameters in functions

v1.0.1

28 Mar 10:53
Compare
Choose a tag to compare

Hey everyone, we fixed some bugs and added with task builds the ability to have resources auto preprocess whenever you restart or start resources that use leap (look at the Usage section in the readme for more information)

  • fix(defaultValue): the defaultValue module would search for the match index in the modified files, which had less characters. Leading to a misplacement of the default value processed code.
  • fix(arrow functions): fixed a bug where arrow function detection would shift by some characters
  • fix(self parameter injection): block openings recognition
  • fix(classes): fixed bug that did not allow creating classes in files without other code besides the class
  • feat(buildTask): now you can directly restart/start resources using leap.

v1.0.0

08 Mar 15:38
8d8f350
Compare
Choose a tag to compare
Update package-lock.json