From d40b3f2b1f7260185c98ffacbd0828eedd41a142 Mon Sep 17 00:00:00 2001 From: Elliot Hesp Date: Wed, 3 Feb 2016 21:00:23 +0000 Subject: [PATCH 01/11] Update LICENSE --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 349b6f3..786c47d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2015 Invertase +Copyright (c) 2015-2016 Invertase Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in From 71f2339f750aebede5ec1d092d99200617a70f03 Mon Sep 17 00:00:00 2001 From: Elliot Hesp Date: Mon, 7 Mar 2016 11:40:10 +0000 Subject: [PATCH 02/11] Fix demo link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 68c9592..5ec092b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Angular Toasty #### Demo -[Check it out!](https://invertase.github.io/angular-toasty/example/) +[Check it out!](http://teamfa.com/angular-toasty/example/) #### Current Features * 3 Themes (Default, Material Design & Bootstrap 3) @@ -175,4 +175,4 @@ $rootScope.$on('toasty-cleared', function(event, toast) { console.log(toast) }); #### Contributing -Please see the [contributing guidelines](https://github.com/invertase/angular-toasty/blob/master/CONTRIBUTING.md). +Please see the [contributing guidelines](https://github.com/teamfa/angular-toasty/blob/master/CONTRIBUTING.md). From 28bf4abac4f40c74cd74894a066d0b74b48ef7a7 Mon Sep 17 00:00:00 2001 From: Elliot Hesp Date: Mon, 7 Mar 2016 11:42:06 +0000 Subject: [PATCH 03/11] Fix dead demo links --- example/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/example/index.html b/example/index.html index 3cce204..0f5ec5c 100644 --- a/example/index.html +++ b/example/index.html @@ -53,9 +53,9 @@
@@ -115,8 +115,8 @@

- - + + From 4491c544f8f80e555f005c725060db8ac45cb9f6 Mon Sep 17 00:00:00 2001 From: Elliot Hesp Date: Mon, 7 Mar 2016 11:43:25 +0000 Subject: [PATCH 04/11] Update LICENSE --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 786c47d..4f315c8 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2015-2016 Invertase +Copyright (c) 2015-2016 TeamFA Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in From 76753839a67c4f8c53810bcbbbad03b5b9d41d27 Mon Sep 17 00:00:00 2001 From: Elliot Hesp Date: Mon, 7 Mar 2016 13:33:36 +0000 Subject: [PATCH 05/11] Update bower.json --- bower.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 164b968..31e868e 100644 --- a/bower.json +++ b/bower.json @@ -18,10 +18,10 @@ "dependencies": { "angular": "~1.4.3" }, - "homepage": "https://github.com/invertase/angular-toasty", + "homepage": "https://github.com/teamfa/angular-toasty", "repository": { "type": "git", - "url": "git://github.com/invertase/angular-toasty.git" + "url": "git://github.com/teamfa/angular-toasty.git" }, "license": "MIT" } From 7071e88b4bd576031443130ab9ea39b070b4557d Mon Sep 17 00:00:00 2001 From: Elliot Hesp Date: Tue, 12 Apr 2016 10:37:56 +0100 Subject: [PATCH 06/11] Update LICENSE --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 4f315c8..60ce744 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2015-2016 TeamFA +Copyright (c) 2015-2016 Team FA Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in From cd040c99002b8650e95872c72ce661f527b2f264 Mon Sep 17 00:00:00 2001 From: Elliot Hesp Date: Fri, 16 Dec 2016 10:18:55 +0000 Subject: [PATCH 07/11] Bump to latest Angular version --- bower.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bower.json b/bower.json index 31e868e..f0083e6 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "angular-toasty", "description": "A slick, simple, standalone AngularJS module with extensive features that provides growl-style alerts and messages for your app.", - "version": "1.0.5", + "version": "1.0.6", "main": [ "dist/angular-toasty.js", "dist/angular-toasty.css" @@ -16,7 +16,7 @@ "src" ], "dependencies": { - "angular": "~1.4.3" + "angular": "~1.6.0" }, "homepage": "https://github.com/teamfa/angular-toasty", "repository": { diff --git a/package.json b/package.json index 5abe762..7268be5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "angular-toasty", - "version": "1.0.5", - "author": "Invertase", + "version": "1.0.6", + "author": "Team FA", "devDependencies": { "bower": "~1.4.1", "del": "^1.2.0", From bb8c26198188c6b544efa713f91047572cd582df Mon Sep 17 00:00:00 2001 From: Elliot Hesp Date: Tue, 25 Apr 2017 09:27:44 +0100 Subject: [PATCH 08/11] Update README.md --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 5ec092b..923a8c4 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,6 @@ Angular Toasty ================= **Angular Toasty** is a simple standalone AngularJS module with extensive features that provides growl-style alerts and messages for your app. -#### Demo - -[Check it out!](http://teamfa.com/angular-toasty/example/) - #### Current Features * 3 Themes (Default, Material Design & Bootstrap 3) * Global/Individual timeouts From f2f4c750571f85855c841b939f740386f5863783 Mon Sep 17 00:00:00 2001 From: warren Date: Mon, 3 Jul 2017 21:39:46 +1000 Subject: [PATCH 09/11] add commonjs module file --- index.js | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 index.js diff --git a/index.js b/index.js new file mode 100644 index 0000000..f6c20fc --- /dev/null +++ b/index.js @@ -0,0 +1,2 @@ +require('./dist/angular-toasty.min.js'); +module.exports = 'angular-toasty'; \ No newline at end of file From d3f7506338e5a5f4476b0f82989b60b78e845965 Mon Sep 17 00:00:00 2001 From: warren Date: Mon, 3 Jul 2017 21:44:22 +1000 Subject: [PATCH 10/11] add npm install to readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 923a8c4..0c2ea54 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,13 @@ Angular Toasty ```HTML bower install angular-toasty ``` + +###### Install from NPM: + +```HTML +npm install angular-toasty +``` + ###### Add dependancies to HTML (AngularJS required) ```HTML From a0ac5bd3c6788260b8bcbdfd5c5e38daac758a11 Mon Sep 17 00:00:00 2001 From: warren Date: Fri, 7 Jul 2017 11:25:22 +1000 Subject: [PATCH 11/11] bump version --- README.md | 2 +- package.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0c2ea54..76e2d5f 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ bower install angular-toasty ###### Install from NPM: ```HTML -npm install angular-toasty +npm install angular-toasty-npm ``` ###### Add dependancies to HTML (AngularJS required) diff --git a/package.json b/package.json index 7268be5..a58b12e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "angular-toasty", - "version": "1.0.6", - "author": "Team FA", + "name": "angular-toasty-npm", + "version": "1.0.7", + "author": "Warren Dodsworth", "devDependencies": { "bower": "~1.4.1", "del": "^1.2.0", @@ -17,4 +17,4 @@ "run-sequence": "^1.1.2", "yargs": "~3.16.1" } -} +} \ No newline at end of file