feature/custom-love-run-override
d901a560c9
update: README documentation now includes instructions and examples for custom implementation.
abecf9c2d5
update: main testing with custom run example.
8b4036c745
add: API functions for custom love.run implementation.
685317d3a7
Merge pull request 'feature/lickignore' (#2) from atendev/LICK:feature/lickignore into main
7f1622115d
Added debugPrint function and updated debug print statements to make printing to the console more cohesive
63b6983c29
add: basic testing framework and unit tests for newly added features.
a267866463
update: README documentation now includes new features. Updating default file extensions back to ".lua"
f8e2fdb398
add: ignorePackages optional list for additional packages to ignore besides the built-in ones.
7f1622115d
Added debugPrint function and updated debug print statements to make printing to the console more cohesive
feature/lickignore
Documentation is all up to date. Also added the tests.lua and testing.lua files that handle a basic testing framework and unit testing for the new features.
63b6983c29
add: basic testing framework and unit tests for newly added features.
a267866463
update: README documentation now includes new features. Updating default file extensions back to ".lua"
f8e2fdb398
add: ignorePackages optional list for additional packages to ignore besides the built-in ones.
feature/lickignore
Added an additional onReload optional parameter where users can define a function to be run on reload that gets passed a list of the files changed. There to help with other persistent modules...
e14bc365cb
add: onReload optional callback passing list of reloaded files.
feature/lickignore
Changes have been implemented. I added the default ignore patterns so a user doesn't have to add their own .lickignore file. Also added the lick.mergePatterns option for people who want to use...
072eab8fb4
add: default ignore patterns and setup for merging with a local .lickignore file. Also changed collectWorkingFiles to accept all filetypes if lick.fileExtensions is blank.
2231a72b86
add: debug and merge patterns options for testbed.
a5fafbeee0
update: .lickignore documentation
e605b2220c
fix: Implement requested changes for pull request.
0fbfe9b78b
fix: clearPackages clearing built in lua libraries which causes issures with other modules on hot reload.
f549fd21ad
fix: line break issue causing string errors.
feature/lickignore
22b426bdc9
update: rockspec file updated to a new version. 1.1.0
0c33dd28c6
add: Functionality for ignoring specific files through a .lickignore file with simillar syntax to .gitignore