Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
gbmhunter committed Apr 22, 2018
2 parents a9f0894 + b4c57fb commit e7ec4c8
Show file tree
Hide file tree
Showing 18 changed files with 1,831 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
indent_size = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
4 changes: 4 additions & 0 deletions build/webpack.base.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ module.exports = {
},
module: {
rules: [
{
test: /\.txt$/,
use: 'raw-loader'
},
{
test: /\.(js|vue)$/,
loader: 'eslint-loader',
Expand Down
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [v3.4.0] - 2018-04-22

### Added
- Added a new PID tuner tool. This tool can simulate both predefined and user-defined process/plants/systems. Includes real-time graphs of the simulation as you tune the PID constants.

## [v3.3.1] - 2018-03-04

### Fixed
Expand Down
Loading

0 comments on commit e7ec4c8

Please sign in to comment.