├── toastr-icon.png ├── nuget ├── toastr.1.0.0.nupkg ├── toastr.1.0.1.nupkg ├── toastr.1.0.1.nuspec ├── toastr.1.0.2.nupkg ├── toastr.1.0.2.nuspec ├── toastr.1.0.3.nupkg ├── toastr.1.1.0.nupkg ├── toastr.1.1.1.nupkg ├── toastr.1.1.2.nupkg ├── toastr.1.1.3.nupkg ├── toastr.1.1.4.nupkg ├── toastr.1.1.5.nupkg ├── toastr.1.2.0.nupkg ├── toastr.1.2.1.nupkg ├── toastr.1.2.2.nupkg ├── toastr.1.3.0.nupkg ├── toastr.1.3.1.nupkg ├── toastr.2.0.1.nupkg ├── toastr.2.0.2.nupkg ├── toastr.2.0.3.nupkg ├── toastr.1.1.4.1.nupkg ├── toastr.1.1.4.2.nupkg ├── toastr.2.0.0-rc1.nupkg ├── toastr.1.0.0.nuspec ├── toastr.1.1.0.nuspec ├── toastr.1.1.1.nuspec ├── toastr.1.1.2.nuspec ├── toastr.1.1.5.nuspec ├── toastr.1.0.3.nuspec ├── toastr.1.2.0.nuspec ├── toastr.1.2.1.nuspec ├── toastr.1.2.2.nuspec ├── toastr.2.0.2.nuspec ├── toastr.2.0.3.nuspec ├── toastr.1.1.4.1.nuspec ├── toastr.1.1.4.nuspec ├── toastr.1.1.4.2.nuspec ├── toastr.1.3.0.nuspec ├── toastr.2.0.1.nuspec ├── toastr.2.0.0-rc1.nuspec ├── toastr.1.3.1.nuspec └── content │ ├── scripts │ ├── toastr.min.js │ ├── toastr.min.js.map │ └── toastr.js │ └── content │ ├── toastr.min.css │ ├── toastr.less │ ├── toastr.css │ └── toastr.scss ├── tests ├── unit │ ├── x.js │ ├── qunit-helper.js │ └── toastr-tests.js ├── toastr-tests.html └── qunit │ └── qunit.css ├── .gitattributes ├── release checklist.md ├── .gitignore ├── .travis.yml ├── LICENSE ├── .jshintrc ├── package.json ├── karma.conf.js ├── .jscsrc ├── gulpfile.js ├── CHANGELOG.md ├── toastr.scss ├── toastr.less ├── README.md ├── demo.html └── toastr.js /toastr-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeSeven/toastr/HEAD/toastr-icon.png -------------------------------------------------------------------------------- /nuget/toastr.1.0.0.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeSeven/toastr/HEAD/nuget/toastr.1.0.0.nupkg -------------------------------------------------------------------------------- /nuget/toastr.1.0.1.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeSeven/toastr/HEAD/nuget/toastr.1.0.1.nupkg -------------------------------------------------------------------------------- /nuget/toastr.1.0.1.nuspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeSeven/toastr/HEAD/nuget/toastr.1.0.1.nuspec -------------------------------------------------------------------------------- /nuget/toastr.1.0.2.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeSeven/toastr/HEAD/nuget/toastr.1.0.2.nupkg -------------------------------------------------------------------------------- /nuget/toastr.1.0.2.nuspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeSeven/toastr/HEAD/nuget/toastr.1.0.2.nuspec -------------------------------------------------------------------------------- /nuget/toastr.1.0.3.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeSeven/toastr/HEAD/nuget/toastr.1.0.3.nupkg -------------------------------------------------------------------------------- /nuget/toastr.1.1.0.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeSeven/toastr/HEAD/nuget/toastr.1.1.0.nupkg -------------------------------------------------------------------------------- /nuget/toastr.1.1.1.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeSeven/toastr/HEAD/nuget/toastr.1.1.1.nupkg -------------------------------------------------------------------------------- /nuget/toastr.1.1.2.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeSeven/toastr/HEAD/nuget/toastr.1.1.2.nupkg -------------------------------------------------------------------------------- /nuget/toastr.1.1.3.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeSeven/toastr/HEAD/nuget/toastr.1.1.3.nupkg -------------------------------------------------------------------------------- /nuget/toastr.1.1.4.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeSeven/toastr/HEAD/nuget/toastr.1.1.4.nupkg -------------------------------------------------------------------------------- /nuget/toastr.1.1.5.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeSeven/toastr/HEAD/nuget/toastr.1.1.5.nupkg -------------------------------------------------------------------------------- /nuget/toastr.1.2.0.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeSeven/toastr/HEAD/nuget/toastr.1.2.0.nupkg -------------------------------------------------------------------------------- /nuget/toastr.1.2.1.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeSeven/toastr/HEAD/nuget/toastr.1.2.1.nupkg -------------------------------------------------------------------------------- /nuget/toastr.1.2.2.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeSeven/toastr/HEAD/nuget/toastr.1.2.2.nupkg -------------------------------------------------------------------------------- /nuget/toastr.1.3.0.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeSeven/toastr/HEAD/nuget/toastr.1.3.0.nupkg -------------------------------------------------------------------------------- /nuget/toastr.1.3.1.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeSeven/toastr/HEAD/nuget/toastr.1.3.1.nupkg -------------------------------------------------------------------------------- /nuget/toastr.2.0.1.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeSeven/toastr/HEAD/nuget/toastr.2.0.1.nupkg -------------------------------------------------------------------------------- /nuget/toastr.2.0.2.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeSeven/toastr/HEAD/nuget/toastr.2.0.2.nupkg -------------------------------------------------------------------------------- /nuget/toastr.2.0.3.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeSeven/toastr/HEAD/nuget/toastr.2.0.3.nupkg -------------------------------------------------------------------------------- /nuget/toastr.1.1.4.1.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeSeven/toastr/HEAD/nuget/toastr.1.1.4.1.nupkg -------------------------------------------------------------------------------- /nuget/toastr.1.1.4.2.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeSeven/toastr/HEAD/nuget/toastr.1.1.4.2.nupkg -------------------------------------------------------------------------------- /nuget/toastr.2.0.0-rc1.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeSeven/toastr/HEAD/nuget/toastr.2.0.0-rc1.nupkg -------------------------------------------------------------------------------- /tests/unit/x.js: -------------------------------------------------------------------------------- 1 | test('test test', 1, function () { 2 | ok(1 === 1, '1 equals 1'); 3 | }); 4 | -------------------------------------------------------------------------------- /tests/unit/qunit-helper.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Hack to expose spec count from QUnit to Karma 3 | */ 4 | 5 | var testCount = 0; 6 | var qunitTest = QUnit.test; 7 | QUnit.test = window.test = function () { 8 | testCount += 1; 9 | qunitTest.apply(this, arguments); 10 | }; 11 | QUnit.begin(function (args) { 12 | args.totalTests = testCount; 13 | }); 14 | -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | # Set default behaviour, in case users don't have core.autocrlf set. 2 | * text=auto 3 | 4 | # Explicitly declare text files we want to always be normalized and converted 5 | # to native line endings on checkout. 6 | *.c text 7 | *.h text 8 | 9 | # Declare files that will always have CRLF line endings on checkout. 10 | *.sln text eol=crlf 11 | *.csproj text eol=crlf 12 | 13 | # Denote all files that are truly binary and should not be modified. 14 | *.png binary 15 | *.jpg binary -------------------------------------------------------------------------------- /release checklist.md: -------------------------------------------------------------------------------- 1 | Toastr Release Checklist 2 | 3 | 1. Update Toastr Version 4 | * toastr.js 5 | * bower.json (toastr-bower repo) 6 | * package.json 7 | * nuget versions and dependency versions 8 | * readme file for github repo 9 | * Consider HotTowel VSIX 10 | 2. Gulp 11 | * run main demo 12 | * `gulp analyze` 13 | * `gulp test` 14 | * `gulp` 15 | 3. Nuget 16 | * Copy new files in 17 | * Build 18 | * Test 19 | 4. CDNJS 20 | * Update CDNJS 21 | 5. Update Website with New Downloads 22 | 6. Publish Bower 23 | * Include License and Readme 24 | * Test Locally 25 | * Update Github repo toastr-bower 26 | * Github tag 27 | * Register with Bower 28 | 7. Publish Nugets 29 | 8. Release on Github 30 | * Tag with semver 31 | * Attach all artifacts 32 | 9. Blog post -------------------------------------------------------------------------------- /tests/toastr-tests.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 |