Releases: isleofcode/corber
1.3.7
-
Some internal refactoring to commands structures & testing, particularly the start command;
-
Soft launches
corber start
supporting ios devices!
The first implementation requires signing to already be configured in Xcode. For most people this means:
- Running
corber open
; - Setting 'Automatic in the Signing panel;
3)Selecting your team;
Future extensions will support non-standard or already configured signing cases.
1.3.6
1.3.5
1.3.4
A lot of internal cleanup this build.
- Extends the functionality of our logger object;
- By default longform cordova build messages are now suppressed during builds. Add a
--verbose
flag to see all build messages; - Begins the process of cleaning up and standardizing corber error messages;
- Internal refactor of spawn/related tasks - makes our life easier moving forwards;
1.3.3
- Extends the timeout in serve/start commands before a user is told redirection is failed (some servers boot really slow!);
- Fixes #534 Cannot find
vue.config.js
; - Fixes #548 cannot pass variables with
corber plugin
; - Broadly fixes Windows support, including #530;
- Broadly fixes Ubuntu support, including #529;
- Fixes #540 navigation-href tags not always being removed;
1.3.2
1.3.1
1.3.0
- Ember framework now injects live reload assets from an external addon, similar to Vue & React. This fully resolves #511, #509 and #403;
-- The corber init
command now automatically installs the required addon for live reload;
-- When running serve/start you will see a warning if the addon/plugin is not installed;
-- If you created an Ember project prior to [email protected], simply run ember install corber-ember-livereload
;
-- If you created a Vue/React project prior to [email protected], run yarn add corber-webpack-plugin --dev
and follow the steps outlined on the Vue or React docs