Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Oblongmana committed Jun 6, 2020
1 parent 1d30a06 commit f97e133
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
- Basic implementation of Visualforce Doc Lookup
- Basic implementation of Salesforce Lightning Console Lookup
- Basic implementation of Salesforce Classic Console Lookup
- Basic implementation of Salesforce Metadata Lookup

## 0.1.1 - Beta

Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,10 @@ Adds a new command: "Salesforce Reference: Apex"

## Roadmap
In rough priority order
- [ ] Implement Basic Visualforce Reference
- [ ] Implement Basic Service Console Reference
- [ ] Implement Basic Metadata Reference
- [X] Implement Basic Visualforce Reference
- [X] Implement Basic Lightning Console Reference
- [X] Implement Basic Classic Console Reference
- [X] Implement Basic Metadata Reference
- [ ] DRYing pass at the code - lots of pasta in there at the moment
- [ ] Restructure the code - it's a big hacky pile, because it was from a hack session
- [ ] Implement some kind of on-load caching, as the old ST3 plugin had
Expand All @@ -86,6 +87,7 @@ Notes on design, future aims etc available in NOTES.MD
- Basic implementation of Visualforce Doc Lookup
- Basic implementation of Salesforce Lightning Console Lookup
- Basic implementation of Salesforce Classic Console Lookup
- Basic implementation of Salesforce Metadata Lookup

### 0.1.1 - Beta
- Basic implementation of Apex Doc Lookup
Expand Down

0 comments on commit f97e133

Please sign in to comment.