Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CoffeeScript to JavaScript convertion #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
82 changes: 51 additions & 31 deletions .versions
Original file line number Diff line number Diff line change
@@ -1,31 +1,51 @@
[email protected]
[email protected]_1
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
konecty:[email protected]
local-test:konecty:[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
nooitaf:[email protected]_1
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
local-test:sbborders:[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
nooitaf:[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
sbborders:[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 2.0.0 (2024-03-08)
* Convert code to JS
* Removed underscore
* Removed ':' from files names (crash in Windows)

# 1.2.0 (2015-02-11)
* Process AfterMethods after middlewares and BeforeMethods returns too

Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Konecty Methods Middleware
# Methods Middleware

**fork of Konecty Methods Middleware**

Add more power to Meteor.methods with methods-middleware

Expand All @@ -12,7 +14,7 @@ With this package you can register methods that will be registered as native Met

## Installation
```sell
meteor add konecty:methods-middleware
meteor add sbborders:methods-middleware
```

## Execution Pipeline
Expand Down
148 changes: 0 additions & 148 deletions konecty:methods-middleware.coffee

This file was deleted.

55 changes: 0 additions & 55 deletions konecty:methods-middleware.test.coffee

This file was deleted.

Loading