master help
Garrett Mills 5 years ago
parent 6db56297dd
commit dc577e167d

@ -35,7 +35,7 @@ class MiscUnit extends Unit {
// do stuff here // do stuff here
global.devbug = { global.devbug = {
version: '0.5.1', version: '0.6.0',
code: { code: {
node: `require("devbugjs") node: `require("devbugjs")
dbsetup({ dbsetup({

@ -25,11 +25,13 @@ block content
ul ul
li New navigation theme with sticky navigation bar to make the display cleaner li New navigation theme with sticky navigation bar to make the display cleaner
li Separate "editor mode" layout for views using Ace.js li Separate "editor mode" layout for views using Ace.js
li Out viewer and snippet editor now use editor mode. li Out viewer and snippet editor now use editor mode
li Navigation bar layout improvements
li Basic styles for embedding the editor inline
h4 v0.5.1 - Use Ace.js for Outputs h4 v0.5.1 - Use Ace.js for Outputs
ul ul
li Switched over to use Ace.js to view development output. Might make this a user preference in the future. li Switched over to use Ace.js to view development output. <strike>Might make this a user preference in the future.</strike>
h4 v0.5.0 - Better Documentation and UI h4 v0.5.0 - Better Documentation and UI
ul ul

Loading…
Cancel
Save