Version 9 of Highlight.js has reached EOL and is no longer supported. Please upgrade or ask whatever dependency you are using to upgrade. highlightjs/highlight.js#2877
Version 9 of Highlight.js has reached EOL and is no longer supported. Please upgrade or ask whatever dependency you are using to upgrade. highlightjs/highlight.js#2877
- #140 Update dependencies and node versions (@lukemelia)
- Jon Johnson (@jrjohnson)
- Luke Melia (@lukemelia)
- #119 Update node version to 12 or higher (@lukemelia)
- #113 Allow rediss:// style urls for TLS support (@wongpeiyi)
- #116 Update dependencies (@lukemelia)
- Luke Melia (@lukemelia)
- Wong Pei Yi (@wongpeiyi)
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
Generated by auto-changelog.
16 May 2020
- Configure release-it changelog
#99 - Bump handlebars from 4.0.6 to 4.7.6
#92 - Bump js-yaml from 3.8.2 to 3.13.1
#97 - Bump mixin-deep from 1.3.1 to 1.3.2
#91 - Bump lodash from 4.17.10 to 4.17.15
#94 - Update ioredis and ioredismock
#98 - Drop unused dependencies:
redisandgithub#96 - Update to more modern Javascript syntax
#95 - Update some dependencies, and switch to release-it
#93 - bump ember-cli to latest 2.x, this allows use with node 8
#87 - Upgrade ember-cli to 3.18
8b7ee89 - Update tests to use async/await
e153fd3 - Update implementation to use async/await
5942721
1 September 2018
- Replace then-redis with ioredis
#86 - Better Error Message for Bad Redis URLs
#83 - Fix links in README
#81 - Replace then-redis with ioredis.
#51#74 - Better Error Message for Bad Redis URLs
#82 - Released v1.0.3
1436c0b - Test against Node 8 and 10
efc86ce
4 May 2017
- Revert "replaces then-redis with redis. closes #74"
#78 - Merge pull request #78 from ember-cli-deploy/revert-76
#74 - Revert "replaces then-redis with redis. closes #74"
#74 - Released v1.0.2
d1fd35c
4 May 2017
- replaces then-redis with redis. closes #74
#76 - Merge pull request #76 from maprules1000/master
#74 - replaces then-redis with redis. closes #74
#74 - Released v1.0.1
8da894f
6 April 2017
29 March 2017
25 March 2017
25 March 2017
- Upgrade ember-cli & embrace being a node-only ember-cli addon
#71 - [DOC] updated readme with ssh-tunnel Redis port details
#70 - [DOC] Update revisionKey default documentation
#68 - Released v1.0.0-beta.0
bbeee2a
21 November 2016
- Update dependencies
#66 - Fix readConfig bug
#65 - previousRevisionKey returns an unresolved promise
#63 - Released v0.4.2
c1500a5
26 July 2016
- Add additional dependencies to install instructions
#57 - Add 'Listing Revisions' section to README
0624736 - Use 'activationSuffix' in fetchRevision hooks #61 (@zzarcon)
6f23ca4 - Released v0.4.1
78cefbb
12 May 2016
1 April 2016
- add support for caching revision data
#56 - Released v0.3.0
7eb606b - ghedamat is terrible, sorry
6f693e6 - add revisionData to settings
59fa599
6 February 2016
- add fetchInitialRevisions
#50 - update ember-cli-deploy-plugin to 0.2.1
#49 - [DOC] update changelog
ffc62eb - Released v0.2.0
1e7bf35 - update ember-cli-deploy-plugin
75f9774
10 December 2015
- Add functionality to copy revision on activation.
#43 - Add maxRecentUploads configuration option
#46 - use ssh-tunnel port if present
#38 - set previousRevisionKey before activating a new revision
#47 - Fix Readme
#44 - Feature/activation suffix
#41 - Add functionality to copy revision on activation. This enables nginx to do the lookup as redis support is very limited.
bf3ecac - Update tests for activationSuffix
db29dda - Use activationSuffix from config instead of :current
822c42b
25 October 2015
16 September 2015
- store revision list in
keyPrefix:revisions#32 - Minor Readme Updates
#31 - Update repo url
#30 - Update repository
#29 - store revision list in
keyPrefix:revisions#28 - Adds
ssh-tunnel/Elasticache details to README.md83de031 - Released 0.1.0-beta.4
166164c - Shifts section ordering
b508822
13 September 2015
- Release 0.1.0-beta.3 (beta.2 was a botched npm release)
a1d3e25
13 September 2015
- Reference revisionKey from new revisionData object
#27 - use a sorted set to store the list of revisions
#24 - add fetchRevisions to lib/redis and deployPlugin
#23 - Specify allowOverwrite option in README
#20 - improved trim of old revisions
eee05fe - dry stubbing of fake-redis-client
61bba36 - fix tests after rebase
be6d96b
8 August 2015
- Fixed typo
#22 - Very small typo
#21 - Read config from configured name path instead of static 'redis' key
#18 - Pass through database number
#19 - Update ember-cli-deploy-plugin version for bugfix.
#16 - Update for ember-cli-deploy CLI changes
#17 - Update README for v0.5.0
#14 - Make filePattern config relative to distDir
#15 - Fixed a bug in activate hook logging
#13 - Make filePattern relative to context.distDir
#12 - Plugin base class restructure
#11 - Added didDeploy hook
#9 - [WIP] Implement
activatehook#8 - Use new
configurehook instead ofwillDeploy#6 - Allow keyPrefix to be configurable. Defaults to "[project name]:index"
#5 - Update description and repo in package.json
#4 - Allow configuration of redis using a url property instead of host/port/etc
#3 - Now we're using user defined config over context
#2 - Deploy to Redis
#1 - Restructure to use ember-cli-deploy-plugin
ee9af93 - Initial Commit from Ember CLI v0.2.3
d098d75 - Now we can upload
indexto Redis.ae3e8f9